Skip to content

Commit

Permalink
fix(form): forbid clone massive action in GLPI 9.5
Browse files Browse the repository at this point in the history
Signed-off-by: Thierry Bugier <tbugier@teclib.com>
btry committed Jul 17, 2020

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
1 parent df0ec21 commit 4c41802
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions inc/form.class.php
Original file line number Diff line number Diff line change
@@ -1571,6 +1571,12 @@ public function transfer($entity) {
return $result;
}

public function getForbiddenStandardMassiveAction() {
return [
'clone',
];
}

/**
* @since version 0.85
*

0 comments on commit 4c41802

Please sign in to comment.