Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Order of mapping files in import configuration is not saved #5229

Closed
solth opened this issue Jul 8, 2022 · 0 comments · Fixed by #5232
Closed

Order of mapping files in import configuration is not saved #5229

solth opened this issue Jul 8, 2022 · 0 comments · Fixed by #5232
Assignees
Labels

Comments

@solth
Copy link
Member

solth commented Jul 8, 2022

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:

  1. Create a new ImportConfiguration
  2. Assign multiple mapping files to the new ImportConfiguration
  3. Save the ImportConfiguration
  4. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant