- ๐ฎ๐ณIndia kunalkursija Mumbai
I am getting this error when enabling a new custom module on Drupal 9.5.10. The site is an old Drupal 8 site that has been upgraded to Drupal 9 a year back & it's a minimal Drupal profile. The steps that I performed were:
- Created a new custom module directory & the info yml file.
- Added custom migration yml in config/install directory. (Note: I don't have any other config files in config/install.)
- In CLI, I did drush en - y custom_module_name and got the notice & warning saying
No configuration objects have been updated.
. - Despite the notice & warning, The module gets enabled.
Even after applying the patches, The issue remains.
I am getting this message when a module is enabled (Drupal 9.5.10)
> [notice] Checked es translation for admin_toolbar.
> [warning] No configuration objects have been updated.
> [notice] Message: No configuration objects have been updated.Module enabled successfully, despite these notices/warnings
- last update
over 1 year ago 30,436 pass - First commit to issue fork.
- Status changed to Needs review
over 1 year ago 12:30am 7 December 2023 - ๐ฌ๐งUnited Kingdom alexpott ๐ช๐บ๐
This is caused by a typo in locale_config_batch_refresh_name() ... all the back in #1905152: Integrate config schema with locale, so shipped configuration is translated โ
Posted MR with fix.
- Status changed to RTBC
over 1 year ago 9:12am 7 December 2023 - ๐ง๐ชBelgium wim leers Ghent ๐ง๐ช๐ช๐บ
Wow, nice find indeed ๐
- ๐บ๐ธUnited States Kristen Pol Santa Cruz, CA, USA
Yay! Such a simple fix ๐
- ๐ณ๐ฟNew Zealand quietone
I'm triaging RTBC issues โ . I read the IS which should have a proposed resolution so reviewers understand the fix. I considered stopping there but this is a bit older and only 26 comments. After reading the comments I have updated the issue summary.
I ran the test only changes and it does fail on checking the count of error messages, not the error message in the IS. I ran the test only version locally and it does indeed fail with a message of "No configuration objects have been updated."
I reviewed the MR and everything if fine there.
Leaving at RTBC.
-
quietone โ
committed e7ab9440 on 11.x
Issue #2957279 by alexpott, pguillard, chr.fritsch, Wim Leers: Fix typo...
-
quietone โ
committed e7ab9440 on 11.x
-
quietone โ
committed 820c507c on 10.2.x
Issue #2957279 by alexpott, pguillard, chr.fritsch, Wim Leers: Fix typo...
-
quietone โ
committed 820c507c on 10.2.x
- Status changed to Fixed
about 1 year ago 3:46am 10 January 2024 - ๐ณ๐ฟNew Zealand quietone
Indeed, this is a nice find.
Pushed to 11.x and 10.2.x Thanks!
Automatically closed - issue fixed for 2 weeks with no activity.