@japerry. Thanks. Also please credit amangrover90 on this one. He helped me to find the problem.
@VladimirAus I guess the README should be updated to have latest version of daneden/animate.css. And then modify the classes if latest library wants it.
@DrupalDope
but shouldn't the module install that library ?
Usually this should be done manually in composer.json. Many such modules follows this approach.
Can we include 📌 Load the config only when needed in the method Active as well?
The patch works as expected. +1 for RTBC.
Created separate issue since this is not related. See 🐛 Remove hard-coded field label Active
The label Description is still visible on edit form.
MR 391 works fine. +1 for RTBC.
+1 for RTBC
@quituo Can you please add steps to replicate the problem?
Added form plugin for explode process. 📌 Build form plugin for Explode process Active
Here is the patch.
tanmayk → created an issue.
Changing status
As @smustgrave suggested, it needs issue summary with steps to reproduce the issue on fresh Drupal 10 install.
This issue may happen if module, which have hook_requirements implemented, returns an array without title in it. This title is used on Status Report page ($phase == 'runtime'
).
Do you have any contributed module installed which may have causing this issue? Or do you have custom modules installed as well? Try checking all entries on Status report page if it shows empty title somewhere. If you find it, please post a screenshot so we can figure out which module is causing this.
@samir_shukla This should be fixed in respective module as I mentioned above & not in core unless any core module causing this. In any case, that's not correct place to do the change :)
Patch for 10.1.x.
Patch compatible with 4.x version.
@Jay Jangid Thanks. If you are seeing this warning while applying a patch, then it should be related to file permissions. This may help.
Thanks for the patch. It fixes the problem.
I believe those dependencies are not required. It is important that these configurations are created with installation. Shipping or Tax modules are not always enabled/required for commerce so better to remove those dependencies from config files.
Patch for composer builds.
Here is the patch.
Attached patch to fix the problem.
The patch in #4 works fine.
Changing the status.
Here is the patch against 3.x.
tanmayk → created an issue.
I've encountered with this problem & we need commas as a part of label. Adding patch here for 9.x to use in composer.
smustgrave → credited tanmayk → .