- Issue created by @kovhan
- Merge request !80Issue #3441539: Change the name of the temporary store if the domain module is enabled β (Open) created by kovhan
- last update
7 months ago 15 pass - Status changed to Needs review
7 months ago 5:25am 18 April 2024 - πΊπ¦Ukraine kovhan
Initial merge request https://git.drupalcode.org/project/views_bulk_operations/-/merge_request...
- Status changed to Needs work
7 months ago 8:25am 18 April 2024 - π΅π±Poland Graber
As I stated many times already - we cannot add code for every module that is not compatible with VBO as we'd end with 100 of
if ($moduleHandler->moduleExists('module_X')) {
. What we can do is dispatch an event or invoke a hook for the incompatible module to use and work together.