|
@@ -39,7 +39,11 @@ namespace Comal.Classes
|
|
|
public string NotificationExpression { get; set; } = "";
|
|
|
|
|
|
[EditorSequence(5)]
|
|
|
- public bool Enabled { get; set; }
|
|
|
+ public bool Enabled { get; set; } = true;
|
|
|
+
|
|
|
+ [Comment("Marks whether non-managers (users without the CanManageEvents security token) can view this event.")]
|
|
|
+ [EditorSequence(6)]
|
|
|
+ public bool Visible { get; set; } = true;
|
|
|
|
|
|
static Event()
|
|
|
{
|