Order of doctype's properties not preserved after transfer
I have a doctype B that inherits from another doctype A. Doctype B has a tab with 3 properties. After transfer the order of the properties is changed to alfabetical (based on alias). But the other properties (that it has inherited from doctype A) are in the right order.
I transferred doctype B as part of a manual transfer of a content node that has a content picker that picked a content node of doctype B. So doctype B was part of the dependency graph when it was transferred.
Courier cant do it, since umbraco doesnt store a property sortorder untill you actually sort them manually, so sort a single item in the property list, save and it should store the index and preserve it.
Order of doctype's properties not preserved after transfer
I have a doctype B that inherits from another doctype A. Doctype B has a tab with 3 properties. After transfer the order of the properties is changed to alfabetical (based on alias). But the other properties (that it has inherited from doctype A) are in the right order.
I transferred doctype B as part of a manual transfer of a content node that has a content picker that picked a content node of doctype B. So doctype B was part of the dependency graph when it was transferred.
Courier cant do it, since umbraco doesnt store a property sortorder untill you actually sort them manually, so sort a single item in the property list, save and it should store the index and preserve it.
Ok, that's good to know, thanks!
is working on a reply...