ellisv / oxid-console

[UNMAINTAINED] OXID Console is php console application for OXID Shop. It provides an API for writing various commands. We have shipped very common for every oxid shop project commands out of the box.
MIT License
23 stars 17 forks source link

added `-s` or `--skip-settings` flag to `fix:states` command #47

Closed alfredbez closed 4 years ago

alfredbez commented 7 years ago

This Pull Request adds a new flag to the fix:states command, which skips the settings part in the fix() method. The statefixer removes settings, which are not in the metadata.php.

image

see also jkrug/TOXID-cURL#42