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

Add property group key to save model #11121

Merged
merged 1 commit into from
Sep 16, 2021

Conversation

ronaldbarendse
Copy link
Contributor

Prerequisites

  • I have added steps to test this contribution in the description below

If there's an existing issue for this PR then this fixes: #11116

Description

The unique ID/key of property groups wasn't posted back to the server when saving document, media or member types, which caused it to re-generate a new GUID in the database. This fix ensures the existing key is used by not filtering it out of the 'save model' (the alias and type fields were already correctly added here).

Testing can be done by following the reproduction steps on the linked issue.

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

Successfully merging this pull request may close these issues.

V9: Saving document types generates new property group unique keys on each save.
2 participants