-
Notifications
You must be signed in to change notification settings - Fork 2.8k
Description
Which Umbraco version are you using?
16.2.0
Bug summary
In "Allow items of type", it doesn't clear non-existing values from the value.
This makes uda files for cloud depend on a document type that doesn't exist.
In this example I have a document type selected
But the value being saved contains two keys:
I guess, I have had another document type in there at some point, but removed it. Now I just can't remove it through the UI.
Because of this content transfer fails, as one of the document types doesnt exist. Weirdly enough schema update works...
Specifics
No response
Steps to reproduce
Not sure, but try setting two document types as allowed. Then delete one of them, and see if its still in the value, without ability to remove it in the UI.
Expected result / actual result
Should only save the document type ids actually selected in the UI.
This item has been added to our backlog AB#61171