Error in data/logs:
ERROR: (400) Field validation failure; entityType: Service, field: assignedUser, type: required.; POST /640a0507f3161e17b/Service; line: 54, file: /var/www/espocrm/application/Espo/Core/Exceptions/BadRequest.php [] []
php 8.1
MariaDB 10.3.23
EspoCRM 7.3.3
How to reproduce:
1. Create a new entity of type basic with the name Service.
2. Enable the Access to the new entity “Services” in Portal Roles for a given role or create one along with a portal user that is assigned to the role. In addition allow to create, read, edit and delete the entity for that role.
3. Assign the new entity “Services” to a portal tab list or create a new portal.
4. Login as portal user go to the new entity “Services” and create a new entry for the entity. On save the error message:
"Error 400: Bad request Backend validation failure.
Field: assignedUser Validation: required"
is shown and the log file entry above.
If you create an entity of type person there is no error, but for basic plus the same error is thrown.
ERROR: (400) Field validation failure; entityType: Service, field: assignedUser, type: required.; POST /640a0507f3161e17b/Service; line: 54, file: /var/www/espocrm/application/Espo/Core/Exceptions/BadRequest.php [] []
php 8.1
MariaDB 10.3.23
EspoCRM 7.3.3
How to reproduce:
1. Create a new entity of type basic with the name Service.
2. Enable the Access to the new entity “Services” in Portal Roles for a given role or create one along with a portal user that is assigned to the role. In addition allow to create, read, edit and delete the entity for that role.
3. Assign the new entity “Services” to a portal tab list or create a new portal.
4. Login as portal user go to the new entity “Services” and create a new entry for the entity. On save the error message:
"Error 400: Bad request Backend validation failure.
Field: assignedUser Validation: required"
is shown and the log file entry above.
If you create an entity of type person there is no error, but for basic plus the same error is thrown.
Comment