Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016546 | Openbravo ERP | A. Platform | public | 2011-03-29 19:04 | 2011-04-08 00:00 |
|
Reporter | iperdomo | |
Assigned To | marvintm | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 20 | OS Version | 2.6.36-gentoo-r5 |
Product Version | 3.0RC5 | |
Target Version | 3.0RC6 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0016546: If a callout uses 'EXECUTE' the window must be marked to be shown in classic mode |
Description | There are some callouts that use 'EXECUTE' to perform advanced actions. To support a smooth migration to Openbravo 3, if a callout uses a 'EXECUTE' the window must be marked to be shown in classic mode and the user should be warned that some actions where not performed. |
Steps To Reproduce | |
Proposed Solution | * On run time, if a window uses a callout with an 'EXECUTE', the window must be marked to be shown in classic mode and the user should be warned. |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0016492 | 3.0RC7 | closed | iperdomo | It is not possible to use 'EXECUTE' command in callouts in Openbravo 3 |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-03-29 19:04 | iperdomo | New Issue | |
2011-03-29 19:04 | iperdomo | Assigned To | => marvintm |
2011-03-29 19:04 | iperdomo | Modules | => Core |
2011-03-29 19:04 | iperdomo | OBNetwork customer | => No |
2011-03-29 19:05 | iperdomo | Status | new => scheduled |
2011-03-29 19:05 | iperdomo | fix_in_branch | => pi |
2011-03-29 19:06 | iperdomo | Relationship added | blocks 0016492 |
2011-04-01 15:42 | hgbot | Checkin | |
2011-04-01 15:42 | hgbot | Note Added: 0035473 | |
2011-04-01 15:42 | hgbot | Status | scheduled => resolved |
2011-04-01 15:42 | hgbot | Resolution | open => fixed |
2011-04-01 15:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2bae90f9419d6c1f04b8564200ee05f99d31acc8 [^] |
2011-04-05 09:29 | iperdomo | Note Added: 0035580 | |
2011-04-05 09:29 | iperdomo | Status | resolved => new |
2011-04-05 09:29 | iperdomo | Resolution | fixed => open |
2011-04-05 10:30 | alostale | Status | new => scheduled |
2011-04-05 10:31 | hgbot | Checkin | |
2011-04-05 10:31 | hgbot | Note Added: 0035587 | |
2011-04-05 10:31 | hgbot | Status | scheduled => resolved |
2011-04-05 10:31 | hgbot | Resolution | open => fixed |
2011-04-05 10:31 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/2bae90f9419d6c1f04b8564200ee05f99d31acc8 [^] => http://code.openbravo.com/erp/devel/pi/rev/83b929f61afc64a35b39e91fdfea3ab42f4e0322 [^] |
2011-04-07 09:48 | hgbot | Checkin | |
2011-04-07 09:48 | hgbot | Note Added: 0035686 | |
2011-04-07 10:02 | iperdomo | Note Added: 0035687 | |
2011-04-07 10:02 | iperdomo | Status | resolved => closed |
2011-04-08 00:00 | anonymous | sf_bug_id | 0 => 3279906 |
Notes |
|
(0035473)
|
hgbot
|
2011-04-01 15:42
|
|
Repository: erp/devel/pi
Changeset: 2bae90f9419d6c1f04b8564200ee05f99d31acc8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Fri Apr 01 15:41:35 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2bae90f9419d6c1f04b8564200ee05f99d31acc8 [^]
Fixed issue 16546. If a callout has an EXECUTE command, the window will be shown in classic mode.
The FIC will verify that no EXECUTE elements are present in the callout responses. If there is one, and it's different from 'displayLogic()' (which is automatically done in OB 3 windows), then it will return a message to the user, and create a new preference so that after next login, the affected window will be shown in classic mode.
---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
|
Please change the message to the user. Remove the technical details about a 'command' and 'callout'.
Log the technical details in the application log through log.warn() |
|
|
(0035587)
|
hgbot
|
2011-04-05 10:31
|
|
Repository: erp/devel/pi
Changeset: 83b929f61afc64a35b39e91fdfea3ab42f4e0322
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Tue Apr 05 10:29:37 2011 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/83b929f61afc64a35b39e91fdfea3ab42f4e0322 [^]
Fixed issue 16546. Improved message, and now we show an additional message in the server log.
---
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/FormInitializationComponent.java
---
|
|
|
(0035686)
|
hgbot
|
2011-04-07 09:48
|
|
|
|
|
Tested on pi @ rev 3d1ee3ff4716 |
|