- Issue created by @bilias
This doesn't happen in a newly-setup Drupal site. Has this site been upgraded through many versions?
Could you dump the configuration for the action module and the user module?
- 🇬🇷Greece bilias
Yes, this is old installation of drupal 7 -> migrated to 9 > upgraded to 10
Can't remember how I did 7 -> 9
How exactly can I get the specific configuration you ask for?
I did drush config:export but I have many files system.action.*thanks
- 🇬🇷Greece bilias
ok, I've managed to solve this.
My user.role.administrator had insidedependencies:
config:
- node.type.article
- node.type.page
module:
- block
- contact
- contextual
- filter
- image
- language
- node
- path
- shortcut
- system
- taxonomy
- views_uiand
permissions:
- 'access administration pages'
- 'access content'
- 'access content overview'
- 'access contextual links'
- 'access site in maintenance mode'
- 'access site reports'
- 'access site-wide contact form'
- 'access user contact forms'
- 'access user profiles'
...I've tried to config:import a yml with
dependencies: { }
permissions: { }I couldn't because I had old left-over configurations from theme (mostly) that didn't exist any more.
I've manually deleted the failing config items and then I was able to do a partial import of user.role.administratorAfter that I was able to remove actions UI without deleting the admin role