We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Latest v9/dev
When saving a document type, the property groups are getting new unique Ids generated each time.
No response
select * from cmsPropertyTypeGroup where contenttypenodeid = <id>
uniqueId
The unique Id should not change.
Have confirmed on a V8 site - recent, but not the latest - that it doesn't,
The text was updated successfully, but these errors were encountered:
I can confirm it is also a problem in v8.17
Sorry, something went wrong.
ronaldbarendse
Successfully merging a pull request may close this issue.
Which exact Umbraco version are you using? For example: 8.13.1 - don't just write v8
Latest v9/dev
Bug summary
When saving a document type, the property groups are getting new unique Ids generated each time.
Specifics
No response
Steps to reproduce
uniqueId
field.uniqueId
field has changed.Expected result / actual result
The unique Id should not change.
Have confirmed on a V8 site - recent, but not the latest - that it doesn't,
The text was updated successfully, but these errors were encountered: