Changes between Initial Version and Version 1 of Ticket #27282, comment 14
- Timestamp:
- 06/14/2015 07:34:15 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #27282, comment 14
initial v1 1 1 I think the whole discussion is very strange and you make the thinks much more complicate than it really is. All "solutions" are more or less workarounds but not really solutions. 2 2 3 The Bug(s) just relates to a design problem. The sticky-Bit is a property of the Post !4 But it is not a designed as a Property but is saved in a separate Options-List. This makes it impossible to consider the Flag insidethe Query.3 The Bug(s) is(are) caused by a design error. The sticky-Bit is a property of the Post ! 4 But it is not designed as a Property but is saved in a separate Options-List. This makes things very complicate and buggy. Hence it is impossible to consider the Flag during the Query. 5 5 6 6 Query ignores the flag and the query-method tries to put the separate sticky-information afterwards into the result. This cannot really work.