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
Bug Description:
After upgrading Orchard Core CMS from version 1.8.3 to 2.1.7, the items in the ContentPickerField are not displaying in the correct order on the published page. However, when viewing the Preview of the same page, the items appear in the correct order.
Orchard Core Version:
2.1.7
Steps to Reproduce:
Create a new Page.
Add a Container to the Page.
Add a Content Type that contains a ContentPickerField.
Add multiple items to the ContentPickerField and publish the page.
View the published page – the order appears as expected.
Edit the page and rearrange the items in the ContentPickerField.
Publish the page again.
Issue:
The published page does not reflect the updated order of the ContentPickerField items. However, when you click Preview, the items display in the correct, updated order.
Expected Behavior:
After publishing the page, the ContentPickerField items should display in the same order as seen in the Preview and as arranged by the editor.
---Logs and Screenshots
Additional Information:
The first image shows the page where multiple items were added using the ContentPickerField.
The second image displays the published view of the page.
The third image shows the preview of the same page with Correct Order.
I have reviewed the JSON data for both the preview draft and the published version, and they are identical.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Bug Description:
After upgrading Orchard Core CMS from version 1.8.3 to 2.1.7, the items in the ContentPickerField are not displaying in the correct order on the published page. However, when viewing the Preview of the same page, the items appear in the correct order.
Orchard Core Version:
2.1.7
Steps to Reproduce:
Create a new Page.
Add a Container to the Page.
Add a Content Type that contains a ContentPickerField.
Add multiple items to the ContentPickerField and publish the page.
View the published page – the order appears as expected.
Edit the page and rearrange the items in the ContentPickerField.
Publish the page again.
Issue:
The published page does not reflect the updated order of the ContentPickerField items. However, when you click Preview, the items display in the correct, updated order.
Expected Behavior:
After publishing the page, the ContentPickerField items should display in the same order as seen in the Preview and as arranged by the editor.
---Logs and Screenshots
Additional Information:
The first image shows the page where multiple items were added using the ContentPickerField.
The second image displays the published view of the page.
The third image shows the preview of the same page with Correct Order.
I have reviewed the JSON data for both the preview draft and the published version, and they are identical.
Beta Was this translation helpful? Give feedback.
All reactions