Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029025 | Openbravo ERP | A. Platform | public | 2015-02-23 14:19 | 2015-11-30 10:31 |
|
Reporter | inigosanchez | |
Assigned To | caristu | |
Priority | high | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR16Q1 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0029025: In maximized view, the query-list widgets doesn't load the data when it refreshed the browser. |
Description | In maximized view, the query-list widgets doesn't load the data when it refreshed the browser. |
Steps To Reproduce | 1.- In Workspace, Add Widget and select a query-list widget as "Invoices to pay".
2.- Open in a maximized view selecting "Show all" for example.
3.- Now, refresh the browser. As you can see, maximized view of the query-list widgets doesn't load the data.[1]
4.- Besides, if you go to Workspace, you can see that appears a blank in "Recents Views".[2] |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0028857 | 3.0PR15Q3 | closed | inigosanchez | In minimized view, the query-list widgets just sort the data in the client | related to | defect | 0029259 | | closed | caristu | WARN: Datasource request with targetRecordId but without directNavigation detected when reloading Sales Invoice form view | related to | design defect | 0034357 | | new | Triage Platform Base | Find a solution to register maximized widgets and HTML output results of process definition reports in the URL history |
|
Attached Files | [1].png (45,845) 2015-02-23 14:20 https://issues.openbravo.com/file_download.php?file_id=7815&type=bug
[2].png (169,240) 2015-02-23 14:20 https://issues.openbravo.com/file_download.php?file_id=7816&type=bug
|
|
Issue History |
Date Modified | Username | Field | Change |
2015-02-23 14:19 | inigosanchez | New Issue | |
2015-02-23 14:19 | inigosanchez | Assigned To | => alostale |
2015-02-23 14:19 | inigosanchez | Modules | => Core |
2015-02-23 14:19 | inigosanchez | Triggers an Emergency Pack | => No |
2015-02-23 14:20 | inigosanchez | File Added: [1].png | |
2015-02-23 14:20 | inigosanchez | File Added: [2].png | |
2015-02-25 01:11 | inigosanchez | Relationship added | related to 0028857 |
2015-03-06 13:59 | alostale | Priority | low => urgent |
2015-03-06 13:59 | alostale | Severity | trivial => major |
2015-03-06 13:59 | alostale | Status | new => acknowledged |
2015-03-17 14:37 | alostale | Assigned To | alostale => platform |
2015-11-11 11:34 | alostale | Priority | urgent => high |
2015-11-19 19:23 | caristu | Assigned To | platform => caristu |
2015-11-19 19:23 | caristu | Status | acknowledged => scheduled |
2015-11-23 17:54 | caristu | Relationship added | related to 0029259 |
2015-11-25 09:28 | hgbot | Checkin | |
2015-11-25 09:28 | hgbot | Note Added: 0082314 | |
2015-11-25 09:28 | hgbot | Status | scheduled => resolved |
2015-11-25 09:28 | hgbot | Resolution | open => fixed |
2015-11-25 09:28 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/1a8020d8f95f8d2cf3e33de584be8d7e09d33ed3 [^] |
2015-11-25 09:28 | caristu | Review Assigned To | => alostale |
2015-11-25 09:28 | caristu | Issue Monitored: alostale | |
2015-11-25 15:11 | hudsonbot | Checkin | |
2015-11-25 15:11 | hudsonbot | Note Added: 0082330 | |
2015-11-30 10:31 | alostale | Note Added: 0082462 | |
2015-11-30 10:31 | alostale | Status | resolved => closed |
2015-11-30 10:31 | alostale | Fixed in Version | => 3.0PR16Q1 |
2016-10-31 19:40 | caristu | Relationship added | related to 0034357 |
Notes |
|
(0082314)
|
hgbot
|
2015-11-25 09:28
|
|
Repository: erp/devel/pi
Changeset: 1a8020d8f95f8d2cf3e33de584be8d7e09d33ed3
Author: Carlos Aristu <carlos.aristu <at> openbravo.com>
Date: Wed Nov 25 09:25:25 2015 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1a8020d8f95f8d2cf3e33de584be8d7e09d33ed3 [^]
fixes issue 29025: prevents widget error in maximized view, after refreshing
After refreshing from the browser, the widget information was not being properly retrieved, causing javascript errors. Due to the lack of a infraestructure to retrieve the information for the widgets, they are not reopened after refreshing from the browser.
Now tabs maximized with OBQueryListView and OBCalendarWidgetView are not recorded in the history (URL) this way they will not be reopened.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-history-manager.js
---
|
|
|
|
|
|
|
code reviewed
tested adding maximized query list widget tab in different positions (first, between 2 standard windows, last one) |
|