- First commit to issue fork.
- πΊπΈUnited States edwardsay
With D10 version of the module this issue is even more problematic, as in D10 all users have "authenticated" role by default. In our case, even Admin users couldn't use "Admin" IMCE profile, because authenticated role was picked up first by userProfile() method in Imce.php and limited IMCE profile for authenticated users was used. Reordering of the Roles does help, but it a very unreliable approach.
Patch was implemented to accommodate this issue: https://git.drupalcode.org/project/imce/-/merge_requests/34.patch - Status changed to Needs review
about 1 month ago 2:38pm 3 February 2025 - First commit to issue fork.
- π¨π¦Canada No Sssweat
Patch in #7 applied but didn't do what is was suppose to.
I tried placing user role weight as last and also as first and still cannot delete files.
Patch needs work.
Automatically closed - issue fixed for 2 weeks with no activity.