Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0037857 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | minor | have not tried | 2018-02-08 09:11 | 2018-02-22 18:19 | |||
Reporter | caristu | View Status | public | |||||
Assigned To | caristu | |||||||
Priority | high | Resolution | fixed | Fixed in Version | 3.0PR18Q2 | |||
Status | closed | Fix in branch | Fixed in SCM revision | 81994596bc51 | ||||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | alostale | |||||||
OBNetwork customer | No | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Support ticket | ||||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0037857: Wrong FIC Request after selecting all records in a grid with hundreds of lines | |||||||
Description | Wrong FIC Requests are being generated after selecting all records in a grid that has lots of lines. The Request-URI exceeds the supported length (see attached image). | |||||||
Steps To Reproduce | 1) As F&B group admin, go to the [Sales Order] window. 2) Remove the implicit filter by clicking on the funnel icon. 3) In the header, scroll down until all records are retrieved. 4) Using the "select all" checkbox, select all the records. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ![]() | |||||||
![]() |
||||||||||||||||||||||
|
![]() |
|
(0102277) hgbot (developer) 2018-02-08 18:12 |
Repository: erp/devel/pi Changeset: 81994596bc5163f08b8841209eb6a8cdbd6f9bf0 Author: Carlos Aristu <carlos.aristu <at> openbravo.com> Date: Thu Feb 08 18:10:27 2018 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/81994596bc5163f08b8841209eb6a8cdbd6f9bf0 [^] fixes bug 37857: Wrong FIC request after selecting hundreds of records The MULTIPLE_ROW_IDS parameter contains the ids of the selected records that are sent to the FIC. They are used to check if there exists attachments within the selection and in that case enable the attachment button of the toolbar or display the number of attachments of the current record in case we are in form view. This information was being sent as part of the request URL in the HTTP header which in case of having hundreds of records, the maximum size allowed for the request URL was being exceeded. To fix this problem, now the MULTIPLE_ROW_IDS parameter is sent within the body of the FIC request. --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js --- |
(0102289) hgbot (developer) 2018-02-09 09:16 |
Repository: erp/devel/pi Changeset: 7a23607a0b6cce98d0c68bea9a301fdf99e542d7 Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Fri Feb 09 09:15:50 2018 +0100 URL: http://code.openbravo.com/erp/devel/pi/rev/7a23607a0b6cce98d0c68bea9a301fdf99e542d7 [^] related to bug 37857: minor optimizations * FIC uses multiple ids only for attachemnts, we can initialize it only in that case * In convertJSONArray use more generic variable name * In convertJSONArray we know which will be the array size, so it can be initialized using it --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java --- |
(0102290) alostale (viewer) 2018-02-09 09:17 |
tested reviewed and applied some minor improvements |
(0102736) hudsonbot (viewer) 2018-02-22 18:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^] Maturity status: Test |
(0102737) hudsonbot (viewer) 2018-02-22 18:19 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/980a6ad5bbf5 [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2018-02-08 09:11 | caristu | New Issue | |
2018-02-08 09:11 | caristu | Assigned To | => platform |
2018-02-08 09:11 | caristu | File Added: request-uri-too-long.png | |
2018-02-08 09:11 | caristu | OBNetwork customer | => No |
2018-02-08 09:11 | caristu | Modules | => Core |
2018-02-08 09:11 | caristu | Triggers an Emergency Pack | => No |
2018-02-08 09:11 | caristu | Priority | normal => high |
2018-02-08 09:26 | caristu | Relationship added | related to 0029746 |
2018-02-08 10:05 | caristu | Relationship added | related to 0027533 |
2018-02-08 10:41 | caristu | Assigned To | platform => caristu |
2018-02-08 10:41 | caristu | Status | new => scheduled |
2018-02-08 10:59 | caristu | Relationship added | related to 0020522 |
2018-02-08 18:12 | hgbot | Checkin | |
2018-02-08 18:12 | hgbot | Note Added: 0102277 | |
2018-02-08 18:12 | hgbot | Status | scheduled => resolved |
2018-02-08 18:12 | hgbot | Resolution | open => fixed |
2018-02-08 18:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/81994596bc5163f08b8841209eb6a8cdbd6f9bf0 [^] |
2018-02-08 18:47 | caristu | Review Assigned To | => alostale |
2018-02-09 09:16 | hgbot | Checkin | |
2018-02-09 09:16 | hgbot | Note Added: 0102289 | |
2018-02-09 09:17 | alostale | Note Added: 0102290 | |
2018-02-09 09:17 | alostale | Status | resolved => closed |
2018-02-09 09:17 | alostale | Fixed in Version | => 3.0PR18Q2 |
2018-02-22 18:19 | hudsonbot | Checkin | |
2018-02-22 18:19 | hudsonbot | Note Added: 0102736 | |
2018-02-22 18:19 | hudsonbot | Checkin | |
2018-02-22 18:19 | hudsonbot | Note Added: 0102737 |
Copyright © 2000 - 2009 MantisBT Group |