History | Log In     View a printable version of the current page.  
Issue Details (XML | Word | Printable)

Key: FC-1415
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Unassigned
Reporter: Phil Truesdale
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
FarCry Core Framework

Adding a new content object from Library Picker re-sorts underlying array on Label and typename

Created: 25/Jul/08 01:17 AM   Updated: Today 05:54 AM
Component/s: FourQ & ORM
Affects Version/s: FarCry 5.0 (Fortress)
Fix Version/s: 5.0.2

Time Tracking:
Not Specified

Environment: FC 5


 Description  « Hide
If you edit an array of objects using the library picker and add new, the array is resorted (deleted and reinserted with a new sequence) Simply clicking "Add new" re-sorts the data and saves it, you don't need to complete the object and attach it. If you complete the object and attach, it appends it to the array, but the original sort is already lost.

Picking existing objects from the library does not do this. Appears to be happening in createArrayTableData in DBGateway.cfc.


 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Matthew Bryant - 01/Aug/08 07:22 PM
added seq to sort order query clause.