Comment 4 for bug 430690

Revision history for this message
Jan Verlaan (jan-verlaan) wrote :

Thanks Jay.
I have imported the patch into my test environment. I see the column and it can be filled.
Still I have a few remarks, hope you will underline too.

1. When inserting a new line the new sequence field is populated always with 10. As it represents the input sequence, can you adopt a generator on this fields thats higher up the sequence automatically with every new line inserted?
2. Still it is not possible to sort on this column, ergo there is something broken. No other column in this vieuw can be sorted anymore! Why? I checked the code but could not find it.
3. Can the _order be extended from _order = "date,name desc" to _order = "sequence,date,name desc" so input sequence will be the main sort if used by user?

If that's done, then the form will be useful as it resolves the issue mentioned into the bug description.
Thanks,
Jan