Problem/Motivation
I wanted to experiment and enabled the WxT Extend Config module just to see what It does and when running drush wxt-cex I come across a few issues:

Steps to reproduce
- Install Wxt 10.2 latest DEV release.
- Enable module
- Run drush wxt-cex (it should export the config changes along with some edits on yml files), you should see the error above after that.
Proposed resolution
- Rewrite the module to make it work with D10
Remaining tasks
User interface changes
API changes
Data model changes
| Comment | File | Size | Author |
|---|---|---|---|
| #7 | issue-3436190-remove-wxt-extend-config.patch | 9.14 KB | optasy |
| #3 | issue-3436190-issues-with-wxt-extend-config-module.patch | 4.97 KB | danrod |
| drush-wxt-command.png | 210.47 KB | danrod |
Comments
Comment #2
danrodComment #3
danrodAttached a patch to make the
drush wxt-cexcommand to work under WxT 5.2-dev, needs further testing:Comment #4
sylus commentedIt would be awesome to get this to work again as was broken when drush removed some functionality we relied on.
With the patch I still get errors so think still needs a bit of work but thanks so much for looking into it!
Comment #5
optasy commentedComment #6
optasy commentedIt seems like the module wxt_ext_config will be deleted in a future release: https://www.drupal.org/project/wxt/issues/3377173#comment-15167070
Is this module really needed? The service "config.export.commands" is no longer available in Drush 12.x
Comment #7
optasy commentedAttached a simple patch for deleting the wxt_ext_config module, which worked fine for the 5.2.x-dev branch, just in case you guys have decided to remove the module.
Comment #8
optasy commentedComment #9
sylus commentedAgreed this is no longer needed and made an earlier uninstall hook to remove this so is good now to remove.
Thanks @optasy!