Opened 11 years ago
Closed 11 years ago
#26434 closed defect (bug) (fixed)
Themes: when initiating a search, avoid triggering a reset event when it's not necessary
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | 3.8 | Priority: | normal |
Severity: | normal | Version: | 3.8 |
Component: | Customize | Keywords: | |
Focuses: | Cc: |
Description
The first time the collection is reset we are triggering a re-rendering of the view (with exactly the same data) that is not needed at that point, as we are only preparing the data for searching. Passing silent: true
should be marginally more performant.
Attachments (1)
Change History (4)
Note: See
TracTickets for help on using
tickets.
Patch above also removes a
self = this
assignment that can be cleaned up for this context.