summaryrefslogtreecommitdiff
path: root/reportbuilder
diff options
context:
space:
mode:
authorLionel Elie Mamane <lionel@mamane.lu>2013-02-15 10:07:30 +0100
committerLionel Elie Mamane <lionel@mamane.lu>2013-02-19 12:35:01 +0100
commit818b84eb1573b55961cba56baca857806c0e8c8b (patch)
tree75675b11fa4b555fae0f858ef4908f62bc3da296 /reportbuilder
parent1b2debf80af5807421a0e9dd3def02fd0213aec9 (diff)
property browser: respect property ordering
Consider the following situation: Property Name Property Order Index ------------- -------------------- propA4 4 propB5 5 propB4 4 And the loop goes over these properties in this order. propB4 should be before propB5, but with the old code, propB4 would be pushed after propB5: it asks for position 4, but as positions 4 and 5 are already occupied, it gets pushed to position 6. Remaining difficulty: properties from different property index ordering series will be interleaved. This should be solved at object model level; ideally property order index should be unique, at least within an object. Change-Id: Ie235a4b22155df97df139f1dc354247845626620
Diffstat (limited to 'reportbuilder')
0 files changed, 0 insertions, 0 deletions