Openbravo Issue Tracking System - Retail Modules
View Issue Details
0027347Retail ModulesWeb POSpublic2014-08-16 02:152016-03-22 09:51
Orekaria 
Sanjota 
normalmajoralways
closedopen 
5
 
RR16Q2 
marvintm
No
0027347: Higher the log level when enyo finds duplicated ids, from warn to error
Higher the log level when enyo finds duplicated ids, from warn to error
create an enyo kind twice with the same name
verify that a message is shown in the console
Find the mobile.core/enyo/source/Control.js file
Find these lines:

    console.warn("[enyo] Duplicated DOM id ", inId, inControl, "will overwrite to", enyo.$[inId]);

Change console.warn for console.error
No tags attached.
related to feature request 0027346 closed Orekaria Add the browser's console log to the tests' artifacts 
depends on feature request 0026771RR14Q3 closed Orekaria TestCases. Work in progress 
Issue History
2014-08-16 02:15OrekariaNew Issue
2014-08-16 02:15OrekariaAssigned To => marvintm
2014-08-16 02:15OrekariaTriggers an Emergency Pack => No
2014-08-16 02:15OrekariaRelationship addedrelated to 0027346
2014-08-16 02:17OrekariaSteps to Reproduce Updatedbug_revision_view_page.php?rev_id=6290#r6290
2014-08-16 02:18OrekariaRelationship addeddepends on 0026771
2016-03-08 20:40OrekariaReview Assigned To => Orekaria
2016-03-08 20:40OrekariaNote Added: 0084839
2016-03-08 20:40OrekariaStatusnew => closed
2016-03-08 20:40OrekariaResolutionopen => unable to reproduce
2016-03-08 20:41OrekariaAssigned Tomarvintm => Retail
2016-03-08 20:41OrekariaStatusclosed => new
2016-03-08 20:41OrekariaResolutionunable to reproduce => open
2016-03-08 20:41OrekariaNote Deleted: 0084839
2016-03-08 20:41OrekariaStatusnew => acknowledged
2016-03-08 20:49OrekariaProposed Solution updated
2016-03-14 10:34hgbotCheckin
2016-03-14 10:34hgbotNote Added: 0084940
2016-03-14 10:34hgbotCheckin
2016-03-14 10:34hgbotNote Added: 0084941
2016-03-15 08:00SanjotaAssigned ToRetail => Sanjota
2016-03-15 08:00SanjotaStatusacknowledged => scheduled
2016-03-15 08:02SanjotaStatusscheduled => resolved
2016-03-22 09:51marvintmReview Assigned ToOrekaria => marvintm
2016-03-22 09:51marvintmStatusresolved => closed
2016-03-22 09:51marvintmFixed in Version => RR16Q2

Notes
(0084940)
hgbot   
2016-03-14 10:34   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 048fc6d807981c1c52bdec80aac44b3c31ad7e36
Author: sanjota <sanjota.nelagi <at> promantia.com>
Date: Fri Mar 11 11:24:02 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/048fc6d807981c1c52bdec80aac44b3c31ad7e36 [^]

Issue 27347 : fixed the issue related to Higher the log level when enyo finds duplicated ids, from warn to error

---
M web/org.openbravo.mobile.core/build/enyo.js
---
(0084941)
hgbot   
2016-03-14 10:34   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 05c6735b25fb13ec51691ebbcaf015b9f41b5354
Author: sanjota <sanjota.nelagi <at> promantia.com>
Date: Mon Mar 14 15:04:05 2016 +0530
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/05c6735b25fb13ec51691ebbcaf015b9f41b5354 [^]

For issue 27347 Merged with latest change and pushed the changes

---
M src-db/database/model/tables/OBMOBC_SERVER_DEFINITION.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M web/org.openbravo.mobile.core/source/utils/ob-debug.js
A build/classes/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey.class
A build/classes/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKeyData.class
A src-util/modulescript/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey.java
A src-util/modulescript/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKey_Data.xsql
A src-util/modulescript/src/src/org/openbravo/mobile/core/modulescript/UpdateEmptyMobileServerKeyData.java
---