- Issue was unassigned.
- Status changed to Needs review
almost 2 years ago 11:09am 19 January 2023 - 🇧🇬Bulgaria ntsekov
I am attaching the patch from the created MR above until it is ready to be merged.
- Status changed to RTBC
almost 2 years ago 4:58pm 9 February 2023 - 🇮🇹Italy sardara
The last patch/MR works looks good. Tested locally a configuration export and worked as expected.
- 🇷🇴Romania Andras_Szilagyi
Tests went well, drupal rector did not add anithing else to the changes.
- Status changed to Needs work
over 1 year ago 10:00am 20 February 2023 - 🇭🇺Hungary mxr576 Hungary
- $config_path = drupal_get_path($type, $extension) . "/$directory"; + $config_path = \Drupal::service('extension.path.resolver')->getPath($type, $extension) . "/$directory";
The
extension.path.resolver
only exists since 9.3.0 so flagging that this module is still Drupal 8 compatible is incorrect and most probably unnecessary as well. Without having automated tests that covers highest and lowest boundaries it is close to impossible to tell if boundaries are valid.-core_version_requirement: '^8 || ^9' +core_version_requirement: ^8 || ^9 || ^10
- Status changed to Needs review
over 1 year ago 3:25pm 27 February 2023 - 🇷🇴Romania Andras_Szilagyi
That's a good point @mxr576, that's why I dropped everything below 9.3 in this latest commit
- Status changed to RTBC
over 1 year ago 11:26am 1 March 2023 - First commit to issue fork.
-
joachim →
committed d0a98704 on 8.x-1.x authored by
alex.skrypnyk →
Issue #3296836 by Project Update Bot, alex.skrypnyk, Hemangi Gokhale,...
-
joachim →
committed d0a98704 on 8.x-1.x authored by
alex.skrypnyk →
- Status changed to Active
over 1 year ago 8:38am 8 March 2023 - 🇬🇧United Kingdom joachim
Merged.
Thanks everyone!
Setting this back to active for future patches from the bot.