Issue Details (XML | Word | Printable)

Key: BCMS-21
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Minor Minor
Assignee: Savvas Triantafyllou
Reporter: Savvas Triantafyllou
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
BetaCMS

When criteria offset and limit equals to 0, then all cms repository entities are rendered

Created: 26/Jan/09 12:21 PM   Updated: 26/Oct/09 05:28 PM
Component/s: betacms-repository
Affects Version/s: 2.1.0.CR1
Fix Version/s: 2.1.0.CR2

Time Tracking:
Not Specified


 Description  « Hide
When criteria offset and limit is set to 0 then all cms repository entities that match the criteria are rendered which is not correct.

No cms repository entity should be rendered.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Savvas Triantafyllou added a comment - 26/Oct/09 05:27 PM
Fixed. When setting offset and limit to 0 then no result is returned. Only result count is available.