You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug description
As reported by @BartChris in #5219 the order of MappingFiles is not saved to the table importconfiguration_x_mappingfile. Therefore it is not guaranteed that the files are applied to the imported XML in the correct order.
To Reproduce
Steps to reproduce the behavior:
Create a new ImportConfiguration
Assign multiple mapping files to the new ImportConfiguration
Save the ImportConfiguration
Check the order of the mapping files in the database table importconfiguration_x_mappingfile
Expected behavior
The order of the MappingFiles should be explicitely saved to the one configured by the user in the Edit import configuration form.
The text was updated successfully, but these errors were encountered:
Bug description
As reported by @BartChris in #5219 the order of
MappingFiles
is not saved to the tableimportconfiguration_x_mappingfile
. Therefore it is not guaranteed that the files are applied to the imported XML in the correct order.To Reproduce
Steps to reproduce the behavior:
ImportConfiguration
ImportConfiguration
ImportConfiguration
importconfiguration_x_mappingfile
Expected behavior
The order of the
MappingFiles
should be explicitely saved to the one configured by the user in theEdit import configuration
form.The text was updated successfully, but these errors were encountered: