mirror of
https://codeberg.org/PostERG/xamxam.git
synced 2026-06-25 16:19:19 +02:00
Fix bulk form nesting, remove count bar, stopPropagation on actions
- Remove admin-bulk-meta__default (TFE count bar) — only bulk actions on selection - Move #bulk-form out of table wrapper to avoid nested forms (was breaking per-row publish/unpublish which submitted to bulk form instead) - execBulk() now populates #bulk-checkboxes with hidden inputs from checked boxes - Add event.stopPropagation() to edit link and delete+publish forms so clicking actions doesn't navigate the row to recapitulatif - Delete button: only opens confirm modal, no row nav
This commit is contained in:
3
TODO.md
3
TODO.md
@@ -58,3 +58,6 @@
|
||||
- [x] Row click opens link in new tab, remove Visiter button
|
||||
- [x] Add update action to acces-etudiante.php controller
|
||||
- [x] Add ShareLink::update() method
|
||||
- [x] Remove admin-bulk-meta__default (count bar), clean up layout
|
||||
- [x] Fix nested form issue: per-row publish/unpublish buttons now submit correctly
|
||||
- [x] Fix delete button: stopPropagation prevents row nav on confirm
|
||||
|
||||
Reference in New Issue
Block a user