Summary | option "confirm_delete" does not work with dynamic view |
Queue | Kronolith |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | pascal.rigaux (at) univ-paris1 (dot) fr |
Created | 12/11/2015 (3503 days ago) |
Due | |
Updated | 12/23/2015 (3491 days ago) |
Assigned | 12/11/2015 (3503 days ago) |
Resolved | 12/23/2015 (3491 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit b0edee78ee37110cf45584b9ae1614cb6a17526d
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Dec 23 16:18:50 2015 -0500
Bug: 14188Honor confirm_delete preference in dynamic view.kronolith/js/kronolith.js | 27 +++++++++++++++++++++------
kronolith/lib/Ajax.php | 3 ++-
2 files changed, 23 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/b0edee78ee37110cf45584b9ae1614cb6a17526d
commit d9f59a39b9e40e2a1cb30f6ff1e7d7b61e48479c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Wed Dec 23 16:18:50 2015 -0500
Bug: 14188Honor confirm_delete preference in dynamic view.kronolith/js/kronolith.js | 27 +++++++++++++++++++++------
kronolith/lib/Ajax.php | 3 ++-
2 files changed, 23 insertions(+), 7 deletions(-)
http://github.com/horde/horde/commit/d9f59a39b9e40e2a1cb30f6ff1e7d7b61e48479c
little more "complicated" :)
Assigned to Michael Rubinsky
State ⇒ Assigned
New Attachment: 0001-handle-confirm_delete-conf-in-dynamic-view-GLPI-UP1-.patch
- it checks wether 'kronolithNoRecurDelete' is displayed or not
- it simulates a click 'kronolithEventDeleteConfirm'
Other solutions are possible, but more complicated...
Priority ⇒ 1. Low
State ⇒ Unconfirmed
Patch ⇒ Yes
Milestone ⇒
Queue ⇒ Kronolith
Summary ⇒ option "confirm_delete" does not work with dynamic view
Type ⇒ Bug
for confirmation.
"confirm_delete" option is not taken into account.