summaryrefslogtreecommitdiff
path: root/archaeological_finds
diff options
context:
space:
mode:
Diffstat (limited to 'archaeological_finds')
-rw-r--r--archaeological_finds/models_treatments.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/archaeological_finds/models_treatments.py b/archaeological_finds/models_treatments.py
index 4a453f538..6847029c7 100644
--- a/archaeological_finds/models_treatments.py
+++ b/archaeological_finds/models_treatments.py
@@ -502,6 +502,12 @@ class TreatmentFile(ClosedItem, BaseHistorizedItem, OwnPerms, ValueGetter,
permissions = (
("view_filetreatment",
ugettext(u"Can view all Treatment requests")),
+ ("add_filetreatment",
+ ugettext(u"Can add Treatment request")),
+ ("change_filetreatment",
+ ugettext(u"Can change Treatment request")),
+ ("delete_filetreatment",
+ ugettext(u"Can delete Treatment request")),
("view_own_filetreatment",
ugettext(u"Can view own Treatment request")),
("add_own_filetreatment",