in2code-de / publications

Follower of EXT:bib to show publications in TYPO3. Im- and export of bibtext and xml files.

Home Page:https://www.in2code.de/agentur/typo3-extensions/publications/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[BUG] import of publications checks whole database for existing authors

karliwalti opened this issue · comments

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.

can be closed with 024898f