When I try to clone/duplicate an existing record I get an Error 500 with the following in log-file:
I see, that there is some relationship link missing, but I don`t find, in which other entity this is happening. The mentioned relation "werke" must be in another entity, because the entity, where I have the duplication problem itself is "Werke" and I did not link it to itself.
Code:
[2024-12-06 07:04:36] DEBUG: API (0) Relation 'werke' does not exist.; POST /Werke/action/getDuplicateAttributes; Input data: {"id":"6639bce945dc8d254"}; Route pattern: /{controller}/action/{action}; Route params: Array ( [controller] => Werke [action] => getDuplicateAttributes ) [2024-12-06 07:04:36] CRITICAL: (0) Relation 'werke' does not exist. :: POST /Werke/action/getDuplicateAttributes :: /var/www/vhosts/xxxx.de/werkverzeichnis.xxxx.de/application/Espo/ORM/Defs/EntityDefs.php(246)
I see, that there is some relationship link missing, but I don`t find, in which other entity this is happening. The mentioned relation "werke" must be in another entity, because the entity, where I have the duplication problem itself is "Werke" and I did not link it to itself.
Comment