Improvement of alert message: Invalid property type alias #21968
idseefeld
started this conversation in
Features and ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I created an


Element Typedocument type with aliasheadlineand added a property with aliasheadline.When I try to save the document type, I get the following alert notification:
The API response
detailcontains a much more helpful information about the failure:The failing attemp gets not logged.
I suggest the following:
response.detailinstead ofresponse.title, orresponse.detailin addition toresponse.title. This would require a change in frontend.response.titletoresponse.detailin the API backend.Beta Was this translation helpful? Give feedback.
All reactions