I use Document Sorter in Umbraco V 4.11.x and it works. But If I use this with the same settings in V 6.0.0 it does not works!
If I will create a new content node and click in creating dialogue on create the creatingdialoguedoes not close,even after several minutesofdialogueis still open. If I cancel the creating dialog the new node is created but not sorted.
I have this content structure with the following Documenttype alias:
Document Sorter not working in V6
Hello,
I use Document Sorter in Umbraco V 4.11.x and it works. But If I use this with the same settings in V 6.0.0 it does not works!
If I will create a new content node and click in creating dialogue on create the creating dialogue does not close, even after several minutes of dialogue is still open. If I cancel the creating dialog the new node is created but not sorted.
I have this content structure with the following Documenttype alias:
- Home
-- NewsSection
--- News
--- News
--- News
This is the documentSorter.config:
<?xml version="1.0"?>
<documentSorterConfig>
<add docTypeAlias="News" field="createDate" type="Date" order="Desc" rootXpath="//NewsRubrik[@isDoc]" disableTreeRefresh="false"/>
</documentSorterConfig>
Best regards
Sören
That's possibly because on the project page, it says this:
Project Compatibility
This project has been reported to be compatible with 4.9.0, 4.7.1, and 4 other versions.
is working on a reply...