Open markshust opened 3 years ago
@markshust thanks for reporting. Data is exported using var_export
for object data, might require few tweaks for multistore setup :-)
Just an FYI, even when I change it to a single 0
, it executes the patch script, but the value for content
does not update.
this content
bug will be worked on the main repository.
When trying to import the home page from sample data, this error occurs:
This is because the
SimpleData
module requires thestore_id
be an int, not an array. The output from this module is:When it should be:
Unfortunately, the logic in SimpleData must be matched to an existing entity, so the following line is executed to grab the current data:
This relies on a single store id. I think this module needs to look for the currently active store id, and pull that in as an int.
That said, when importing the downloaded file, it appears the patch script executed, but the content was not updated. I haven't had time to debug this yet, but it may make sense to install a fresh M2 install with Sample Data and test this out by changing something on the home page.
Otherwise very cool module, this will be tremendously useful 👍