Commit 6720ec0c authored by Côme Chilliet's avatar Côme Chilliet
Browse files

Merge branch '5797-cancel-button-has-no-effect-apply-template' into '1.4-dev'

Resolve "cancel button has no effect (apply template)"

See merge request fusiondirectory/fd!455

(cherry picked from commit 89a1cbff)

41bea421 :ambulance: fix(templateDialog) Remove lock on objects when canceling
Showing with 1 addition and 0 deletions
+1 -0
...@@ -118,6 +118,7 @@ class templateDialog ...@@ -118,6 +118,7 @@ class templateDialog
function handle_cancel () function handle_cancel ()
{ {
$this->simpleManagement->remove_lock();
$this->simpleManagement->closeDialogs(); $this->simpleManagement->closeDialogs();
return FALSE; return FALSE;
} }
......
  • bmortier @bmortier

    mentioned in commit dcb39552

    By Côme Chilliet on 2018-11-15T11:17:54 (imported from GitLab)

    ·

    mentioned in commit dcb39552

    By Côme Chilliet on 2018-11-15T11:17:54 (imported from GitLab)

    Toggle commit list
  • bmortier @bmortier

    mentioned in merge request !457

    By Côme Chilliet on 2018-11-15T11:18:12 (imported from GitLab)

    ·

    mentioned in merge request !457

    By Côme Chilliet on 2018-11-15T11:18:12 (imported from GitLab)

    Toggle commit list
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment