- 🇬🇧United Kingdom MrDaleSmith
The reason this is failing is because if the user does not have the "reset" permission for either all vocabularies or the specific vocabulary being looked at, the core overview form does not add the tabledrag data into the form (core/modules/taxonomy/src/Form/OverviewTerms::buildForm 443-471.
I'm not sure how this should be resolved in the module, but a workaround is to grant users both the reorder and reset permissions if you want them to be able to use the drag and drop reordering.
- 🇧🇬Bulgaria bibishani Sofia
hey, I faced this issue too.
If the user does not have permission to edit, but only to reorder the taxonomy it fails.
Action that is used to render drag and drop functionality and weight is reset all weights.
I'm applying patch for this extra check. - Status changed to RTBC
11 months ago 10:18am 14 December 2023 - last update
11 months ago Patch Failed to Apply - last update
11 months ago 6 pass, 2 fail - 🇧🇪Belgium kriboogh
Can confirm that #11 works. (user only having order terms permission now sees the table drag features).
The last submitted patch, 11: 2958658-reorder-terms-10.patch, failed testing. View results →
- codesniffer_fixes.patch Interdiff of automated coding standards fixes only.- Merge request !11Issue #2958658: Added better handling of reset and order permissions. → (Open) created by kriboogh
- last update
11 months ago 6 pass, 1 fail - Status changed to Needs review
11 months ago 10:48am 14 December 2023 - last update
11 months ago 6 pass, 1 fail - 🇧🇪Belgium kriboogh
The reset button was still visible if a user had reorder permissions but no reset permissions. The merge request fixes this.
(Added patch of MR11 for secure use in composer). The last submitted patch, 15: 2958658-15-permission-reorder-terms-11.diff, failed testing. View results →
- Status changed to Needs work
11 months ago 8:02am 18 December 2023 - last update
11 months ago 6 pass, 1 fail