Hello,
Maybe someone encountered an error when the role is being updated? When I update and try to save the role, I get an error:
But when I create a completely new role and save it, there is no such error only when updating.
Role has Many-to-Many relationship to Team entity.
Any suggestions?
Maybe someone encountered an error when the role is being updated? When I update and try to save the role, I get an error:
Code:
ALERT: (0) Called `loadLinkMultipleField` on non-link-multiple field `teams`. :: PUT /Role/65ccb4ca65b68bb0b :: /var/www/html/application/Espo/Core/ORM/Entity.php(192)
Role has Many-to-Many relationship to Team entity.
Any suggestions?
Comment