Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0016546 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] A. Platform | minor | always | 2011-03-29 19:04 | 2011-04-08 00:00 | |||
Reporter | iperdomo | View Status | public | |||||
Assigned To | marvintm | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | ||||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 83b929f61afc | |||
Projection | none | ETA | none | Target Version | 3.0RC6 | |||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_24 | |||
OS Version | 2.6.36-gentoo-r5 | Database version | 8.4.5 | Ant version | 1.8.1 | |||
Product Version | 3.0RC5 | SCM revision | ||||||
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. | |||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0035473) hgbot (developer) 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 --- |
(0035580) iperdomo (viewer) 2011-04-05 09:29 |
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 (developer) 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 (developer) 2011-04-07 09:48 |
Repository: erp/devel/pi Changeset: 3d1ee3ff4716aa0532a06b27545bd81794b67d14 Author: Antonio Moreno <antonio.moreno <at> openbravo.com> Date: Thu Apr 07 09:46:54 2011 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/3d1ee3ff4716aa0532a06b27545bd81794b67d14 [^] Related to issue 16546. Improved message. --- M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml --- |
(0035687) iperdomo (viewer) 2011-04-07 10:02 |
Tested on pi @ rev 3d1ee3ff4716 |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |