summaryrefslogtreecommitdiff
path: root/Tag.cs
diff options
context:
space:
mode:
authorJake Mannens <jake@asger.xyz>2023-10-03 02:20:13 +1100
committerJake Mannens <jake@asger.xyz>2023-10-03 02:20:13 +1100
commit035d2e3858dd55580c294031573c3be9e1999449 (patch)
tree643d545aa036b901f185ba7148d4a4353d6c957b /Tag.cs
parent7170867a9a2650fa5a98b9e2664fb2114a0bf114 (diff)
AclDialog
Diffstat (limited to 'Tag.cs')
-rw-r--r--Tag.cs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Tag.cs b/Tag.cs
index 0150b39..1560798 100644
--- a/Tag.cs
+++ b/Tag.cs
@@ -9,6 +9,7 @@ public enum TagSource {
UserTag
}
+[AclType(typeof(TagPermissions))]
public class TagDefinition : HBObject {
public TagSource Source { get; set; } = TagSource.Internal;
public string? Namespace { get; set; }