Project:
View Revisions: Issue #26043 | [ All Revisions ] [ Back to Issue ] | ||
Summary | 0026043: blur triggers selector ds request without pagination | ||
Revision | 2014-03-21 09:54 by alostale | ||
Description | Having focus in a selector field, blur causes a request to datasource without any pagination. In case of big amount of data this can cause the oom error in server. This request shouldn't be triggered at all (it was not before SC upgrade) |
||
Revision | 2014-03-21 09:52 by alostale | ||
Description | After selecting an item in a selector drop down list, an additional request is performed to its datasource. This second request does not include start/end row params so the complete datasource is calculated. In case of big amount of data this can cause the oom error in server. |
Copyright © 2000 - 2009 MantisBT Group |