Page 1 of 1
1.0.8.18 Questions / Comments / Concerns
Posted: Tue Aug 30, 2022 1:30 pm
by ecartz
Update instructions (from 1.0.8.17):
https://github.com/CE-PhoenixCart/Updat ... /README.md
Update zip:
https://github.com/CE-PhoenixCart/Updat ... update.zip
Release:
https://github.com/CE-PhoenixCart/Phoen ... /v1.0.8.18
This is the 1.0.8.18 release, in the 1.0.8.* series. This is a housekeeping release, updating language file formats and copyright notices. As many store owners have customized their translations, it is not necessary to make those updates in existing stores. So the update just bumps the version number.
Re: 1.0.8.18 Questions / Comments / Concerns
Posted: Thu Sep 01, 2022 6:25 pm
by BrockleyJohn
Admin / modules is ignoring the config sort order and displaying the module settings as it feels.
Sort order values are still getting set correctly on installing a module but are ignored in both view and edit modes.
Gets a bit confusing for complicated payment modules and such!
I guess this came in .17 but I've not installed that yet...
Re: 1.0.8.18 Questions / Comments / Concerns
Posted: Fri Sep 02, 2022 1:52 pm
by ecartz
BrockleyJohn wrote: ↑Thu Sep 01, 2022 6:25 pm
Admin / modules is ignoring the config sort order and displaying the module settings as it feels.
Sort order values are still getting set correctly on installing a module but are ignored in both view and edit modes.
Gets a bit confusing for complicated payment modules and such!
I guess this came in .17 but I've not installed that yet...
TY.
https://github.com/CE-PhoenixCart/Phoen ... 5fed03d4e6
This would have been more understandable if you said that the configuration entries didn't match the order in get_parameters/keys() anymore. As they don't have an explicit sort order. The implicit sort order is what get_parameters provides. So there's no sort order value to be set correctly. Except the order of the modules, which was already correct.
Re: 1.0.8.18 Questions / Comments / Concerns
Posted: Fri Sep 02, 2022 5:22 pm
by BrockleyJohn
Sorry for the confusion, it never occurred to me to check if the modules page actually uses the configuration sort_order or just sets it and ignores, sorting on something else! Thanks for fix