Openbravo Issue Tracking System - Retail Modules
View Issue Details
0029518Retail ModulesWeb POSpublic2015-04-07 18:132015-05-05 18:51
plujan 
Orekaria 
urgentminorhave not tried
closedfixed 
5
 
RR15Q3RR15Q3 
malsasua
QA functional test
main
No
0029518: Menu entry added to release that seems for debug purposes
The RR15Q2 has a menu entry named "Start test" that apparently does nothing. When clicked, it changes to "Finish test" but it has no other visible output.
1. On a RR15Q2 enter as vallblanca user
2. Open the top left menu drop down and seek for the last entry. Below "user" there is "Start test"
3. Click it. It changes to "Finish test"
4. On a RR15Q1.2 enter as vallblanca user
5. Open the top left menu drop down and seek for the last entry. It is "user" and no "Start test" entry is found.
No tags attached.
depends on backport 0029540RR15Q2 closed Orekaria Menu entry added to release that seems for debug purposes 
caused by feature request 0029344 closed migueldejuana We need a faster way to create tests 
blocks feature request 0029530RR16Q1 closed Retail QA: RR15Q3: Add tests for Mobile applications 
png StartTestMenuOption.png (105,080) 2015-04-07 18:13
https://issues.openbravo.com/file_download.php?file_id=7963&type=bug
png
Issue History
2015-04-07 18:13plujanNew Issue
2015-04-07 18:13plujanAssigned To => Retail
2015-04-07 18:13plujanFile Added: StartTestMenuOption.png
2015-04-07 18:13plujanRegression level => QA functional test
2015-04-07 18:13plujanRegression introduced in release => main
2015-04-07 18:13plujanTriggers an Emergency Pack => No
2015-04-08 17:36OrekariaRelationship addeddepends on 0029344
2015-04-08 17:36OrekariaRelationship replacedcaused by 0029344
2015-04-08 17:37OrekariaRelationship addedblocks 0029396
2015-04-08 17:39OrekariaRelationship deletedblocks 0029396
2015-04-08 17:39OrekariaRelationship addedblocks 0029530
2015-04-08 17:40OrekariaNote Added: 0076384
2015-04-08 18:18hgbotCheckin
2015-04-08 18:18hgbotNote Added: 0076385
2015-04-08 18:18hgbotStatusnew => resolved
2015-04-08 18:18hgbotResolutionopen => fixed
2015-04-08 18:18hgbotFixed in SCM revision => http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/78d5a5d9ce2ef09d6d7a7556391c3979ce029aeb [^]
2015-04-08 18:42hgbotCheckin
2015-04-08 18:42hgbotNote Added: 0076391
2015-04-08 18:42OrekariaNote Deleted: 0076384
2015-04-08 18:51OrekariaAssigned ToRetail => Orekaria
2015-04-09 09:42OrekariaStatusresolved => new
2015-04-09 09:42OrekariaResolutionfixed => open
2015-04-09 09:43OrekariaStatusnew => scheduled
2015-04-09 09:43OrekariaStatusscheduled => resolved
2015-04-09 09:43OrekariaFixed in Version => RR15Q3
2015-04-09 09:43OrekariaResolutionopen => fixed
2015-04-20 13:12adrianromeroNote Added: 0076627
2015-04-20 13:12adrianromeroStatusresolved => new
2015-04-20 13:12adrianromeroResolutionfixed => open
2015-04-20 13:12adrianromeroFixed in VersionRR15Q3 =>
2015-04-28 10:29OrekariaStatusnew => scheduled
2015-04-28 10:33OrekariaStatusscheduled => resolved
2015-04-28 10:33OrekariaFixed in Version => RR15Q3
2015-04-28 10:33OrekariaResolutionopen => fixed
2015-04-29 10:29marvintmTarget VersionRR15Q2 => RR15Q3
2015-04-29 11:38hgbotCheckin
2015-04-29 11:38hgbotNote Added: 0076866
2015-05-05 18:51malsasuaReview Assigned To => malsasua
2015-05-05 18:51malsasuaNote Added: 0077030
2015-05-05 18:51malsasuaStatusresolved => closed

Notes
(0076385)
hgbot   
2015-04-08 18:18   
Repository: erp/pmods/org.openbravo.mobile.core
Changeset: 78d5a5d9ce2ef09d6d7a7556391c3979ce029aeb
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Apr 08 18:15:05 2015 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.mobile.core/rev/78d5a5d9ce2ef09d6d7a7556391c3979ce029aeb [^]

Fixes issue 29518: The default state for the 'Mobile Activate Recording Menu' preference, is 'N'

- texts have been renamed to be more intuitive, and because this feature is intended to be further extended in the future, including non test related functionalities
- the preference has its name paired with the rest of the Mobile Core preferences
- the menu entry will always be available while in Development

Note: this functionality is still in alpha stage

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-menu.js
---
(0076391)
hgbot   
2015-04-08 18:42   
Repository: tools/automation/pi-mobile
Changeset: a864e123e74684029a28e3c3b4d88e9d99f2c424
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Apr 08 18:22:53 2015 +0200
URL: http://code.openbravo.com/tools/automation/pi-mobile/rev/a864e123e74684029a28e3c3b4d88e9d99f2c424 [^]

Related to issue 29518: Added 'I29518_MenuRecordingDefaultedToNotShown' test

---
A src-test/org/openbravo/test/mobile/retail/pack/selenium/tests/system/I29518_MenuRecordingDefaultedToNotShown.java
---
(0076627)
adrianromero   
2015-04-20 13:12   
Single quotes is the preferred way to define strings.
http://wiki.openbravo.com/wiki/JavaScript_Coding_Conventions#Single_Quotes [^]
(0076866)
hgbot   
2015-04-29 11:38   
Repository: retail/backports/3.0RR15Q2/org.openbravo.mobile.core
Changeset: 8f4edb2736e6b4d212e636a40d85ea10afb17ea3
Author: Rafa Alonso <rafael.alonso <at> openbravo.com>
Date: Wed Apr 08 18:15:05 2015 +0200
URL: http://code.openbravo.com/retail/backports/3.0RR15Q2/org.openbravo.mobile.core/rev/8f4edb2736e6b4d212e636a40d85ea10afb17ea3 [^]

Fixes issue 29540, related to issue 29518: The default state for the 'Mobile Activate Recording Menu' preference, is 'N'

- texts have been renamed to be more intuitive, and because this feature is intended to be further extended in the future, including non test related functionalities
- the preference has its name paired with the rest of the Mobile Core preferences
- the menu entry will always be available while in Development

Note: this functionality is still in alpha stage

---
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_PREFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M web/org.openbravo.mobile.core/source/component/ob-menu.js
---
(0077030)
malsasua   
2015-05-05 18:51   
verified