Error making unique the standard field Name on custom model
I have a custom model and i want the name field which is created by default to make it unique.
I am making the change from the user interface and i get an error upon save. The docker logs does not show anything and in the network tab i am getting this:
{
"errors": [
{
"message": "Cannot edit standard field metadata properties: isUnique",
"extensions": {
"subCode": "FIELD_MUTATION_NOT_ALLOWED",
"userFriendlyMessage": "An error occurred.",
"code": "FORBIDDEN"
}
}
],
"data": null
}
This is on a custom model and the field is the name field created by default.
1 Reply
Hello there, this is a known issue should fix in next release