Zookal / HarrisStreet-ImpEx

Magento n98-magerun module for importing and exporting configuration data. Import supports hierarchical folder structure and of course different environments.
62 stars 14 forks source link

Value beginning with '-' causes error #8

Closed bluec closed 9 years ago

bluec commented 9 years ago

Example YAML:

some_settings/setting/config_value:
  default:
    0: '-15px'

Trying to import the above results in the following error:

[RuntimeException]               
  The "-1" option does not exist.  

Seems to be the same for any value starting with a minus sign.

SchumacherFM commented 9 years ago

I think this is caused by the n98 core functions ...

bluec commented 9 years ago

Yes I just had the same realisation.

bluec commented 7 years ago

In case anyone else comes across this it was fixed by the change in #12