Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0025343 | Openbravo ERP | A. Platform | public | 2013-12-17 10:58 | 2014-05-07 18:11 |
|
Reporter | marvintm | |
Assigned To | guillermogil | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | shankarb |
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 | 0025343: Message not shown after executing a process definition |
Description | When a process definition is executed, a list of actions can be provided, and they will be executed at the end of the process. If this list of actions include showing a new window, and then showing a result message, the message sometimes is not shown:
- If the window is not shown when the process is executed, the window will be opened, and the message will be shown correctly
- However, if the window is already open, the tab for this window will be reused, and will be shown. However, the message will not appear. |
Steps To Reproduce | - Define an automatic process definition which, when executed, opens a new window, filters, and shows a result message.
- Execute this process definition with the window not opened. Verify that the result message is shown correctly.
- Execute this process definition with the window open. Verify that the tab for this window is reused, and shown as the active tab, but the message doesn't appear. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-12-17 10:58 | marvintm | New Issue | |
2013-12-17 10:58 | marvintm | Assigned To | => AugustoMauch |
2013-12-17 10:58 | marvintm | Modules | => Core |
2013-12-17 10:58 | marvintm | OBNetwork customer | => No |
2013-12-17 10:58 | marvintm | Triggers an Emergency Pack | => No |
2014-04-03 12:08 | guillermogil | Assigned To | AugustoMauch => guillermogil |
2014-04-03 12:08 | guillermogil | Review Assigned To | => shankarb |
2014-04-03 12:08 | guillermogil | Issue Monitored: shankarb | |
2014-04-08 15:36 | hgbot | Checkin | |
2014-04-08 15:36 | hgbot | Note Added: 0066237 | |
2014-04-08 15:36 | hgbot | Status | new => resolved |
2014-04-08 15:36 | hgbot | Resolution | open => fixed |
2014-04-08 15:36 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b0829884d5054fac6eba3860141cd01a4c6c3b68 [^] |
2014-04-09 08:28 | hgbot | Checkin | |
2014-04-09 08:28 | hgbot | Note Added: 0066259 | |
2014-04-16 15:16 | guillermogil | Issue End Monitor: shankarb | |
2014-04-16 15:17 | guillermogil | Issue Monitored: dbaz | |
2014-04-16 15:17 | guillermogil | Review Assigned To | shankarb => dbaz |
2014-04-29 11:11 | guillermogil | Issue End Monitor: dbaz | |
2014-04-29 11:11 | guillermogil | Issue Monitored: shankarb | |
2014-04-29 11:12 | guillermogil | Review Assigned To | dbaz => shankarb |
2014-05-04 16:26 | shankarb | Note Added: 0066797 | |
2014-05-04 16:26 | shankarb | Status | resolved => closed |
2014-05-04 16:26 | shankarb | Fixed in Version | => PR14Q3 |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:11 | hudsonbot | Note Added: 0066902 | |
2014-05-07 18:11 | hudsonbot | Checkin | |
2014-05-07 18:11 | hudsonbot | Note Added: 0066905 | |
Notes |
|
(0066237)
|
hgbot
|
2014-04-08 15:36
|
|
Repository: erp/devel/pi
Changeset: b0829884d5054fac6eba3860141cd01a4c6c3b68
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Tue Apr 08 15:32:57 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/b0829884d5054fac6eba3860141cd01a4c6c3b68 [^]
Fixed issue 25343:Message not shown after executing a process definition
showMsgInView need to wait till the tab is loaded
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js
---
|
|
|
(0066259)
|
hgbot
|
2014-04-09 08:28
|
|
Repository: erp/devel/pi
Changeset: 8552c3633a7039acc9a513d35ca218a6d602a7ee
Author: Guillermo Gil <guillermo.gil <at> openbravo.com>
Date: Wed Apr 09 08:27:03 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8552c3633a7039acc9a513d35ca218a6d602a7ee [^]
Related to issue 25343: JSlint fixed on messageInterval
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities-action-def.js
---
|
|
|
(0066797)
|
shankarb
|
2014-05-04 16:26
|
|
code reviewed and verified in pi changeset 07ee2468c30a |
|
|
|
|
|
|
|