You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I create a new content type (Member) by attaching TitlePart only. Then Added Biography field. Note here I did not change the order of the parts yes using the drag/drop. So every thing is left as is. As you can see from the following screenshot, I would expect that the fields to be rendered below the title part since Title part shows us on the top of the parts list.
However, when I try to create a member, Title part renders after the biography.
Now, if I edit the member content type and drag the title part below "Member" and move it back to it's original spot then save, everything shows up as expected.
Orchard Core version
This issue is in main branch but I think goes back to previous versions.
Expected behavior
By default, the fields should be rendered in the position of the MemeberPart that is added by default. Parts should also be rendered in the order they appear in the content type editor "unless someone overrides this using display driver or placement"/
The text was updated successfully, but these errors were encountered:
The parts position in the content type definition might not be set correctly when a part is added. We need to compare the json before and after the parts are re-ordered.
We triaged this issue and set the milestone according to the priority we think is appropriate (see the docs on how we triage and prioritize issues).
This indicates when the core team may start working on it. However, if you'd like to contribute, we'd warmly welcome you to do that anytime. See our guide on contributions here.
Describe the bug
I create a new content type (Member) by attaching TitlePart only. Then Added
Biography
field. Note here I did not change the order of the parts yes using the drag/drop. So every thing is left as is. As you can see from the following screenshot, I would expect that the fields to be rendered below the title part since Title part shows us on the top of the parts list.However, when I try to create a member, Title part renders after the biography.
Now, if I edit the member content type and drag the title part below "Member" and move it back to it's original spot then save, everything shows up as expected.
Orchard Core version
This issue is in main branch but I think goes back to previous versions.
Expected behavior
By default, the fields should be rendered in the position of the MemeberPart that is added by default. Parts should also be rendered in the order they appear in the content type editor "unless someone overrides this using display driver or placement"/
The text was updated successfully, but these errors were encountered: