Hi,
we built some Document Types in Umbraco 7.4.1 to compose them into other Document Types.
One of those Document Types has got an Archetype property, which has required fields.
Now the Document Type which uses that Document Type via composition can not be saved anymore.
It seems that Archetype validates the now rendered form(but not fully visible because of the height of the preview container) and stops sending the form because of the required field.
This doesn't make any sense here, it is not a document, but a Document Type!?
Does anyone know what to do here?
Update: I've found a workaround.
If I mark the Archetype Editor to not render an empty Form but the add item button, it works as expected.
This is not our intended behavior at this place, but works for the time being.
Document Type Composition and Archetype
Hi, we built some Document Types in Umbraco 7.4.1 to compose them into other Document Types. One of those Document Types has got an Archetype property, which has required fields. Now the Document Type which uses that Document Type via composition can not be saved anymore.
It seems that Archetype validates the now rendered form(but not fully visible because of the height of the preview container) and stops sending the form because of the required field.
This doesn't make any sense here, it is not a document, but a Document Type!?
Does anyone know what to do here?
Update: I've found a workaround. If I mark the Archetype Editor to not render an empty Form but the add item button, it works as expected.
This is not our intended behavior at this place, but works for the time being.
Hello,
Did you see this issue? https://github.com/imulus/Archetype/issues/151
Might be fixed with Umbraco 7.4.2: http://issues.umbraco.org/issue/U4-7534
Jeroen
is working on a reply...