Details
-
Bug
-
Status: Closed
-
Resolution: Fixed
-
6.2.10 EE GA1, 6.2.X EE
-
6.2.x
-
Committed
-
18
-
3
Description
Abstract
We configure the asset publisher to order the contents by a structure text field. We export the site. Once the site is being imported, the order configuration gets lost and the asset publisher will be ordered by the content title.
Reproduction
- Navigate to Site Administration -> Content
- Click Manage Structures
- Add a Structure, placed a text field on the plane, and sav the structure titled "struct"
- Add a new Web Content Article from this structure
- Assign a blank template to it
- Place an Asset Publisher on the page
- Click the configuration of the portlet
- Under the Asset Selection tab, in the Asset Type section select Web Content Article
- Select "struct" as Web Content Article Subtype
- In the Ordering and Grouping section select Order by Text
- Leave the rest of the field as the default
- Export the pages with the default settings
- Create a new Community Site with the default settings
- Import the lar file and leave all the settings default (Mirror)
- Navigate to the destination page
Issue: Observe that the Asset Publisher portlet loses its ordering configuration. If you add a new structure, it will be ordered by its title
Expected: The order configuration should persist through the export-imports.
Staging scenario
- Create a site
- Navigate to Site Administration -> Content
- Click Manage Structures
- Add a Structure, placed a text field on the plane, and sav the structure titled "struct"
- Add a new Web Content Article from this structure
- Assign a blank template to it
- Turn on staging
- Place an Asset Publisher on the page
- Click the configuration of the portlet
- Under the Asset Selection tab, in the Asset Type section select Web Content Article
- Select "struct" as Web Content Article Subtype
- In the Ordering and Grouping section select Order by Text
- Leave the rest of the field as the default
- Publish
Issue: Observe that the Asset Publisher portlet's preferences refer to the strucure in the staging group
Expected: The order configuration refer to the structure in the live group.