View Issue Details

IDProjectCategoryView StatusLast Update
0007184module Visual CMSmodule Visual CMS - subpublic2020-10-26 17:36
Reporterdominik_ziegler Assigned To 
PrioritynormalSeverityminorReproducibilityalways
Status acknowledgedResolutionopen 
Product Version3.4.0 
Summary0007184: Field "DDSORTING" is ignored when loading sub content pages
DescriptionWhen CMS pages are assigned to a parent page, the field "DDSORTING" in "oxcontents" gets updated.
However, when reading the sub content pages in OxidEsales\VisualCmsModule\Application\Model\Content::getSubConts() the SQL query is missing the required order by instruction.

My suggestion is to add "ORDER BY `DDSORTING` ASC" to the SQL query.
Steps To ReproduceCreate a parent page and multiple sub content pages by dragging them in the tree view modal. The pages ordered in this modal are not displayed in that order in the list retrieved by getSubConts().
TagsNo tags attached.

Activities

QA

2020-10-26 17:36

administrator   ~0013338

-MF