Commit 0eb6061837cdeba733265e889214b1744392f12f
1 parent
787ee3a7
KTC-901: Immutable action removed from admin mode.
Committed by: Jarrett Jordaan Reviewed by: Megan Watson
Showing
1 changed file
with
2 additions
and
1 deletions
plugins/ktstandard/ImmutableActionPlugin.php
| ... | ... | @@ -60,7 +60,8 @@ class KTDocumentImmutableAction extends KTDocumentAction { |
| 60 | 60 | var $sName = "ktcore.actions.document.immutable"; |
| 61 | 61 | var $_sShowPermission = 'ktcore.permissions.security'; |
| 62 | 62 | var $_bMutator = true; |
| 63 | - | |
| 63 | + var $_bMutationAllowedByAdmin = false; | |
| 64 | + | |
| 64 | 65 | function getDisplayName() { |
| 65 | 66 | return _kt('Make immutable'); |
| 66 | 67 | } | ... | ... |