You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In fact, I think rolePerms should always be optional, since it depends on the role query parameter. I'm not sure if the error there lies with the Raml or with the model generator.
On a related theme, the editor property of the UserResponse is also optional, whereas all other response models have it as required. I have created this Jira ticket after discussing the editor thing with Johannes: https://jira.gentics.com/browse/CL-605
The text was updated successfully, but these errors were encountered:
See https://github.com/gentics/mesh-ui/blob/f3880d4c045d573c40a229ee0e14b0b96f415efe/src/app/common/models/server-models.ts#L4288
In fact, I think rolePerms should always be optional, since it depends on the
role
query parameter. I'm not sure if the error there lies with the Raml or with the model generator.On a related theme, the
editor
property of the UserResponse is also optional, whereas all other response models have it as required. I have created this Jira ticket after discussing the editor thing with Johannes: https://jira.gentics.com/browse/CL-605The text was updated successfully, but these errors were encountered: