Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0012364 | Openbravo ERP | A. Platform | public | 2010-02-19 16:32 | 2010-04-19 21:13 |
|
Reporter | gmauleon | |
Assigned To | alostale | |
Priority | immediate | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 2.50MP14 | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0012364: JS messages not working together with modules |
Description | -When a user creates a nes JS message in the application to be used with this JS method ( showJSMessage(7);) needs to enter a new record in the messages tables using the search key JS followed with the code.
-In the case of the modules the systems does not allow to enter for instance JS77 you need to add the DB prefix -> EXAMPLE_JS77
-Afterward this message is not working |
Steps To Reproduce | -Create a new JS message within a module with for instance the code 77
EXAMPLE_JS77
-Apply the call in the code.
showJSMessage(77);
The message is not shown |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0012560 | | closed | mirurita | Error message is too technical, in Add Paymnet window, when payment is processed after un selecting all the line items. |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-02-19 16:32 | gmauleon | New Issue | |
2010-02-19 16:32 | gmauleon | Assigned To | => adrianromero |
2010-02-22 12:57 | adrianromero | Note Added: 0024691 | |
2010-02-22 12:57 | adrianromero | Status | new => feedback |
2010-02-22 13:36 | adrianromero | Note Added: 0024693 | |
2010-02-22 13:36 | adrianromero | Status | feedback => new |
2010-02-22 13:36 | adrianromero | Assigned To | adrianromero => alostale |
2010-02-22 15:40 | alostale | Note Added: 0024698 | |
2010-02-22 15:40 | alostale | Status | new => closed |
2010-02-22 15:40 | alostale | Resolution | open => no change required |
2010-02-23 00:01 | anonymous | sf_bug_id | 0 => |
2010-02-23 17:18 | gmauleon | Note Added: 0024755 | |
2010-03-08 16:06 | jpabloae | Target Version | 2.50MP13 => 2.50MP14 |
2010-03-10 18:30 | anonymous | sf_bug_id | => 2968091 |
2010-04-08 16:16 | gmauleon | Note Added: 0025984 | |
2010-04-08 16:16 | gmauleon | Status | closed => new |
2010-04-08 16:16 | gmauleon | Resolution | no change required => open |
2010-04-08 16:34 | mirurita | Relationship added | related to 0012560 |
2010-04-08 17:57 | hgbot | Checkin | |
2010-04-08 17:57 | hgbot | Note Added: 0025995 | |
2010-04-08 17:57 | hgbot | Status | new => resolved |
2010-04-08 17:57 | hgbot | Resolution | open => fixed |
2010-04-08 17:57 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/695c4b4aee0804f62e2655090a4c4621fc44d574 [^] |
2010-04-13 12:20 | hgbot | Checkin | |
2010-04-13 12:20 | hgbot | Note Added: 0026131 | |
2010-04-13 12:21 | dbaz | Status | resolved => closed |
2010-04-19 21:13 | hudsonbot | Checkin | |
2010-04-19 21:13 | hudsonbot | Note Added: 0026438 | |
2010-04-19 21:13 | hudsonbot | Checkin | |
2010-04-19 21:13 | hudsonbot | Note Added: 0026460 | |
Notes |
|
|
If you define the error message as
EXAMPLE_JS77
Try to invoke it using:
showJSMessage(EXAMPLE_77);
Removing the JS string in the error message identifier. |
|
|
|
It still fails using showJSMessage(EXAMPLE_77); |
|
|
|
Note the message must be Confirmation type.
Then showJSMessage('EXAMPLE_JS77'); should work (note now it is an string, don't pass the parameter as a number). |
|
|
|
|
|
|
I've tested the provided workaround and seems that is not working |
|
|
(0025995)
|
hgbot
|
2010-04-08 17:57
|
|
|
|
(0026131)
|
hgbot
|
2010-04-13 12:20
|
|
Repository: erp/devel/pi
Changeset: 92fd7db0c95dca0b5110272e27977091b4e5f8ca
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Apr 13 12:32:40 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/92fd7db0c95dca0b5110272e27977091b4e5f8ca [^]
Related to issue 12364: Fixed execution url to be able to execute it in any depth
---
M src/org/openbravo/erpCommon/security/Login_F1.html
M web/js/messages.js
M web/js/utils.js
---
|
|
|
|
|
|
|
|