Skip to content
Snippets Groups Projects
Commit 695d4e85 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #59187 fix back button after editing

parent 232e5a77
Branches
Tags
2 merge requests!2365Dev#59187 explo redmine pouvoir uploader des fichiers dans les tickets back office,!2357Dev#59187 explo redmine pouvoir uploader des fichiers dans les tickets back office
Pipeline #2581 passed with stage
in 22 minutes and 10 seconds
......@@ -50,7 +50,7 @@ class ZendAfi_View_Helper_Button extends ZendAfi_View_Helper_BaseHelper {
return $this;
$button->setAttribs(array_merge($button->getAttribs(),
['onclick' => sprintf('window.location.href = \'%s\';return false;',
['onclick' => sprintf('window.location.href = \'%s\';',
$button->getUrl())]));
return $this;
}
......
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