Bug #556
Actions on elements in page >1 cause undefined objects
Status: | Closed | Start date: | 04/01/2011 | |
---|---|---|---|---|
Priority: | High | Due date: | ||
Assignee: | Hector Sanjuan | % Done: | 100% | |
Category: | Sunstone | |||
Target version: | Release 3.0 | |||
Resolution: | fixed | Pull request: | ||
Affected Versions: |
Description
As pagination is reset, the position of the updated element cannot be found in the current page, causing an ungly javascript error.
Associated revisions
Fixes bug #556: Updating elements on page >1 error
The element tr is now retrieved from the whole pool of elements in the
datatable, not just from the visible ones. Also, pagination is not resetted
anymore when updating a single element.
History
#1 Updated by Hector Sanjuan over 10 years ago
- % Done changed from 0 to 100
- Resolution set to fixed
#2 Updated by Hector Sanjuan over 10 years ago
- Status changed from New to Closed
Fix is now upstream