OXIDprojects / oxid_modules_config

OXID Module Configuration Im-/Exporter module by OXID Professional Services
GNU General Public License v3.0
3 stars 9 forks source link

Import Configuration in YAML #43

Open batwolf opened 4 years ago

batwolf commented 4 years ago

In OXID 6.1 (and below) we could store the shop license in shopx.yaml like so:

GeneralShopSettings:
    aSerials:

This does not work in OXID 6.2, and this (or a suitable replacement method) is required for development pace and ease-of-use.

alfredbez commented 4 years ago

This does not work in OXID 6.2

You mean all other GeneralShopSettings are imported, but aSerials is not imported to the oxconfig table? Is the OXSERIAL column in the oxshops table also not updated?

Can you please check if aSerials or OXSERIAL are mentioned in your oxpsconfigmodulesettings.php?

batwolf commented 4 years ago

There is no reference to GeneralShopSettings in my project, and there is no oxpsconfigmodulesettings.php file either, which is why I asked the question on the slack channel