Portal Engine
Version 2.x > Portal Engine > NodeOrder defaults to NULL View modes: 
User avatar
Member
Member
persun - 1/22/2007 3:33:35 PM
   
NodeOrder defaults to NULL
Hi,

When a document is inserted into the content tree its NodeOrder is initialized to NULL. The document has to be moved up or down for NodeOrder to receive its proper value. Wouldn't it be better if NodeOrder received its proper value right away? Some of my repeaters use custom ORDER BY expressions based on NodeOrder and they don't work as expected when NodeOrder is set to NULL.

Thanks,

Per

User avatar
Guest
admin - 1/24/2007 8:58:00 AM
   
Re: NodeOrder defaults to NULL
Thank you for your suggestion. We will consider it for future versions.

Regards,

User avatar
Guest
admin - 1/24/2007 8:59:54 AM
   
Re: NodeOrder defaults to NULL
You could alternatively write your own custom event handler and set the NodeOrder value by your code as you need when the document is created - this is possible in the current version (2.0b).