Openbravo Issue Tracking System - Retail Modules
View Issue Details
0030030Retail ModulesWeb POSpublic2015-05-27 13:472015-10-29 15:30
Orekaria 
Osmany 
normalminoralways
closedfixed 
5
 
RR15Q4RR15Q4 
mtaal
No
0030030: Hardcoded "»" character
Hardcoded "»" character
Look for that character in the retail codebase

Verify this matches:

../org.openbravo.client.myob/js/ob-myopenbravo.js:
  205 height: 1,
  206 overflow: 'visible',
  207: contents: OB.I18N.getLabel('OBKMO_AddWidget') + ' »',
  208 addWidgetLayout: addWidgetLayout,
  209 doOpen: function () {
  ...
  214 },
  215 doBeforeClose: function () { // Invoked directly from widget dialog 'destroy' function
  216: this.setContents(OB.I18N.getLabel('OBKMO_AddWidget') + ' »');
  217 },
  218 isOpened: function () {
  ...
  242 width: '100%',
  243 overflow: 'visible',
  244: contents: OB.I18N.getLabel('OBKMO_AdminOtherMyOpenbravos') + ' »',
  245 adminOtherMyOBLayout: adminOtherMyOBLayout,
  246 doOpen: function () {
  ...
  251 },
  252 doBeforeClose: function () { // Invoked directly from widget dialog 'destroy' function
  253: this.setContents(OB.I18N.getLabel('OBKMO_AdminOtherMyOpenbravos') + ' »');
  254 },
  255 isOpened: function () {

../org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js:
   63 this.inherited(arguments);
   64 if (this.customContent === null) {
   65: this.$.infoPanel.setContent(this.caption + " » " + this.text);
   66 } else {
   67 this.$.infoPanel.createComponent(this.customContent);

5 matches across 2 files
No tags attached.
related to defect 0031300 closed mario_castello Wrong character shown in cross store window. It is shown "×" instead of "X" 
related to defect 0031237 closed mario_castello [Complementary Products] Wrong characters shown in Complementary Products popup (It is shown: "• Insect repellent" ) 
depends on design defect 0031664 acknowledged Retail The javascript generated file is sent in an incorrect encoding 
Not all the children of this issue are yet resolved or closed.
png 18-04-16 FAILED- CheckComplementaryProducts.png (55,056) 2015-06-05 10:27
https://issues.openbravo.com/file_download.php?file_id=8171&type=bug
png
Issue History
2015-05-27 13:47OrekariaNew Issue
2015-05-27 13:47OrekariaAssigned To => Retail
2015-05-27 13:47OrekariaTriggers an Emergency Pack => No
2015-05-27 13:49OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=8672#r8672
2015-06-05 10:27OrekariaFile Added: 18-04-16 FAILED- CheckComplementaryProducts.png
2015-08-11 21:38hgbotCheckin
2015-08-11 21:38hgbotNote Added: 0079316
2015-09-07 17:35OrekariaStatusnew => scheduled
2015-09-07 17:37OrekariaNote Added: 0080204
2015-09-07 17:37OrekariaStatusscheduled => resolved
2015-09-07 17:37OrekariaResolutionopen => fixed
2015-09-07 17:37OrekariaTarget Version => RR15Q4
2015-09-08 11:26OrekariaRelationship addeddepends on 0030791
2015-09-21 16:23mtaalReview Assigned To => mtaal
2015-09-25 11:43marvintmAssigned ToRetail => Osmany
2015-09-30 10:59mtaalNote Added: 0080739
2015-09-30 10:59mtaalStatusresolved => closed
2015-09-30 10:59mtaalFixed in Version => RR15Q4
2015-10-29 15:29OrekariaRelationship addedrelated to 0031300
2015-10-29 15:30OrekariaRelationship addedrelated to 0031237
2015-12-07 19:23OrekariaRelationship addeddepends on 0031664

Notes
(0079316)
hgbot   
2015-08-11 21:38   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 937f7a5774a64bed6c32dac20578096563ad897e
Author: Osmany Garcia Machado <osmany.machado <at> peoplewalking.com>
Date: Tue Aug 11 13:37:26 2015 -0600
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/937f7a5774a64bed6c32dac20578096563ad897e [^]

Related to issue 30030: Hardcoded '»' character. Added a new message with character '»'. Only resolved the problem in module Mobile Core. The other character is used in other module so I have no access.

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M web/org.openbravo.mobile.core/source/retail/component/ob-retail-searchproductcharacteristic.js
---
(0080204)
Orekaria   
2015-09-07 17:37   
Missing the change in /org.openbravo.client.myob
(0080739)
mtaal   
2015-09-30 10:59   
Reviewed - tested, with Antonio also