diff options
| author | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-12 11:14:49 +0100 | 
|---|---|---|
| committer | Étienne Loks <etienne.loks@iggdrasil.net> | 2019-02-12 11:14:49 +0100 | 
| commit | c2e1c00a99f3b4cd8783999403924a4e349d8eec (patch) | |
| tree | 1b516f562dcbbf9abcff889f3974083a23dd57a9 /archaeological_warehouse/models.py | |
| parent | 6bae360f2529062fd4d19f3e6ea6d9b86ca6df1b (diff) | |
| download | Ishtar-c2e1c00a99f3b4cd8783999403924a4e349d8eec.tar.bz2 Ishtar-c2e1c00a99f3b4cd8783999403924a4e349d8eec.zip  | |
Treatements, treatments files, containers: add quick action on sheet to add documents
Diffstat (limited to 'archaeological_warehouse/models.py')
| -rw-r--r-- | archaeological_warehouse/models.py | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_warehouse/models.py b/archaeological_warehouse/models.py index 94fcba462..a0da12601 100644 --- a/archaeological_warehouse/models.py +++ b/archaeological_warehouse/models.py @@ -577,7 +577,7 @@ class Container(LightHistorizedItem, ImageModel, OwnPerms):          extra actions for the sheet template          """          # url, base_text, icon, extra_text, extra css class, is a quick action -        actions = [] +        actions = super(Container, self).get_extra_actions(request)          can_edit_find = self.can_do(request, 'change_find')          if can_edit_find:              actions += [  | 
