Sort order of subpages is not published to live server
Hello all,
did you already have this phenomenon that the sort order of the subpages is not published to the live system? Have I forgotten a setting in this regard?
the sort order will be set by uSync, but the way umbraco works, is on the first sync the order isn't always obayed if they are created out of order to the sync.
we fixed this recently so it always sorts on the first sync , but without upgrade if you do a second sync the order should fix itself ?
Also to say if this is grid view/list view of pages or media, the order they are displayed inside umbraco in the grid, is not their sort order but rather their creation order :( - again this was fixed by uSync ensuring it creates sub pages by creation order - but sometimes you might see a list of pages in teh tree is diffrent then a list of pages in a child view.
I would say install via nuget if you can, but if you can't you can install the package via the backoffice which will update the files you already have.
(main issue when you upgrade is make sure you have a copy of usync.publish.config from your config folder, the Umbraco package install will probibly overwrite it)
Sort order of subpages is not published to live server
Hello all,
did you already have this phenomenon that the sort order of the subpages is not published to the live system? Have I forgotten a setting in this regard?
Thanks and many greetings
Christoph
Hi Christop,
Which version of uSync.Complete are you running ?
the sort order will be set by uSync, but the way umbraco works, is on the first sync the order isn't always obayed if they are created out of order to the sync.
we fixed this recently so it always sorts on the first sync , but without upgrade if you do a second sync the order should fix itself ?
Also to say if this is grid view/list view of pages or media, the order they are displayed inside umbraco in the grid, is not their sort order but rather their creation order :( - again this was fixed by uSync ensuring it creates sub pages by creation order - but sometimes you might see a list of pages in teh tree is diffrent then a list of pages in a child view.
Hey Kevin thanks for your answer! I´m currently using the following versions:
uSync 8
v8.9.7 + Content Edition (v8.9.7), Snapshots (v8.10.3), Exporter (v8.10.3), PeopleEdition (v8.10.3), Publisher (v8.10.3), Complete (v8.10.3)
How can I manually update uSync? Is it possible via copy&paste?
Best regards
Christoph
Hi,
I would say install via nuget if you can, but if you can't you can install the package via the backoffice which will update the files you already have.
(main issue when you upgrade is make sure you have a copy of usync.publish.config from your config folder, the Umbraco package install will probibly overwrite it)
Ok, can I update to the latest version (9.4.0) without any problems?
No - Not if you are running Umbraco v8 - you have to stick with the v8 versions of uSync.Complete
is working on a reply...