Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0021462Openbravo ERPA. Platformpublic2012-08-27 14:542012-08-27 14:54
dmiguelez 
AugustoMauch 
normalminoralways
newopen 
20Community Appliance
 
 
Core
No
0021462: In Pick and Edit window, the message under the tilte of the message bar can not be set
In the Pick and Edit windows, there is no possibility to set the text under the tilte of the message in the message bar. Only the type and title can be set.
In ob-pick-and-execute-view.js:

Lines 201-203:

if (message) {
      window.view.messageBar.setMessage(message.severity, message.text);
    }

Are calling to the setMessage method of ob-messagebar.js:

setMessage: function (type, title, text) {...

There should exists the possibility to the the text also.

No tags attached.
Issue History
2012-08-27 14:54dmiguelezNew Issue
2012-08-27 14:54dmiguelezAssigned To => AugustoMauch
2012-08-27 14:54dmiguelezModules => Core

There are no notes attached to this issue.