- 🇦🇺Australia elc
Changing target branch.
Given the patch on ✨ Optionally hide the password field for admins Fixed has an update which is after this one, this patch is obviously actively being used with the module so we can assume this is RTBC.
This issue will need to be merged in first to avoid the very highly unlikely happenstance of someone running the other update (8003) before this one.
- last update
over 1 year ago 1 pass - @elc opened merge request.
- Issue was unassigned.
- Status changed to Fixed
over 1 year ago 4:24pm 18 August 2023 - 🇦🇺Australia elc
For VBO, the ViewsBulkOperationsActionBase extends ActionBase, which is meant to meant that this action is VBO compatible: ref →
No need to DI Messenger into ActionBase; it already has it and translate as a trait.
Moved system.action.genpass_set_random_password.yml to config/optional as it is technically for a different module, and it got in the way of installing.
Added hook_uninstall in the event system.action.genpass_set_random_password was added during 8002 update as the config dependencies are not correctly set and it then not removed.
Use getEditable->setData to install system.action.genpass_set_random_password instead of writing directly to config. Direct write didn't enforce that caches be flushed/rebuilt upon install it seemed.
Automatically closed - issue fixed for 2 weeks with no activity.