Skip to content
New issue

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

V9: Saving document types generates new property group unique keys on each save. #11116

Closed
AndyButland opened this issue Sep 16, 2021 · 1 comment · Fixed by #11121
Closed

Comments

@AndyButland
Copy link
Contributor

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

  • Create a document type with a property group and save.
  • Find the Id of the new document type from the querystring and query the following in the database
select * from cmsPropertyTypeGroup where contenttypenodeid = <id>
  • Observe the uniqueId field.
  • Make a change and save the document type.
  • Note that the 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,

@bergmania
Copy link
Member

I can confirm it is also a problem in v8.17

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants