Closed karliwalti closed 2 years ago
author will not be imported if it exists anywhere in database, not just current page where import is performed on
the import should be page specific and author created on local page
limit query to parent ID here: https://github.com/in2code-de/publications/blob/develop/Classes/Service/ImportService.php#L353
it is a major issue on large installations if users can change entries that affect other entries.
can be closed with 024898fd4abfb7714f00baea72524e1a12e641cf
issue:
author will not be imported if it exists anywhere in database, not just current page where import is performed on
desired behavior:
the import should be page specific and author created on local page
solution:
limit query to parent ID here: https://github.com/in2code-de/publications/blob/develop/Classes/Service/ImportService.php#L353
comment:
it is a major issue on large installations if users can change entries that affect other entries.