Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0011589Openbravo ERP01. General setuppublic2009-12-02 07:112010-03-12 22:40
elopio 
dbaz 
urgentminoralways
closedfixed 
5
pi 
2.50MP14 
Core
No
0011589: Subscription status text has no identifier
The text that shows the subscription status of the application has no identifier.
An identifier is required for stable automation scripts.

This is the html source:
<p class="Label_ReadOnly_Text">
<span style="color: red;">Inactive</span>
.


Go to General Setup || Application || Instance Activation || Instance Activation

View the page source (right click the element and inspect with firebug).
Add an identifier for the p or span html tags.
No tags attached.
Issue History
2009-12-02 07:11elopioNew Issue
2009-12-02 07:11elopioAssigned To => rafaroda
2009-12-23 10:42hgbotCheckin
2009-12-23 10:42hgbotNote Added: 0023033
2009-12-23 10:42hgbotFixed in SCM revision => http://code.openbravo.com/tools/automation/main/rev/b5353836dcf365cd87ec7f15535bf025a6eab779 [^]
2010-02-11 18:32rafarodaAssigned Torafaroda => alostale
2010-02-13 21:42iciordiaAssigned Toalostale => dbaz
2010-02-13 21:42iciordiaStatusnew => scheduled
2010-02-13 21:42iciordiafix_in_branch => pi
2010-03-02 15:04dbazNote Added: 0024950
2010-03-02 15:06hgbotCheckin
2010-03-02 15:06hgbotNote Added: 0024951
2010-03-02 15:06hgbotStatusscheduled => resolved
2010-03-02 15:06hgbotResolutionopen => fixed
2010-03-02 15:06hgbotFixed in SCM revisionhttp://code.openbravo.com/tools/automation/main/rev/b5353836dcf365cd87ec7f15535bf025a6eab779 [^] => http://code.openbravo.com/erp/devel/pi/rev/fa8455a993b4e47b256d559a342d833c678b8c83 [^]
2010-03-03 08:00sureshbabuNote Added: 0024979
2010-03-03 08:00sureshbabuStatusresolved => closed
2010-03-03 08:00sureshbabuFixed in Version => 2.50MP13
2010-03-04 07:07hgbotCheckin
2010-03-04 07:07hgbotNote Added: 0025039
2010-03-08 16:04jpabloaeFixed in Version2.50MP13 => 2.50MP14
2010-03-10 17:20anonymoussf_bug_id0 =>
2010-03-10 18:28anonymoussf_bug_id => 2967952
2010-03-12 22:40hudsonbotCheckin
2010-03-12 22:40hudsonbotNote Added: 0025375

Notes
(0023033)
hgbot   
2009-12-23 10:42   
Repository: tools/automation/main
Changeset: b5353836dcf365cd87ec7f15535bf025a6eab779
Author: Leo Arias <leo.arias <at> openbravo.com>
Date: Wed Dec 23 03:42:31 2009 -0600
URL: http://code.openbravo.com/tools/automation/main/rev/b5353836dcf365cd87ec7f15535bf025a6eab779 [^]

Commented out the activation/deactivation verification because of issue 11589.

---
M src-test/com/openbravo/test/integration/smoke/masterdata/ADM0010_DeactivateInstance.java
M src-test/com/openbravo/test/integration/smoke/masterdata/ADM0020_ActivateInstance.java
---
(0024950)
dbaz   
2010-03-02 15:04   
I am going to apply this solution

<body>
...
<span class="Label_ReadOnly_Text" id="subStatus"><span style="color:green;" id="subStatus_active">Active</span>
...
<span class="Label_ReadOnly_Text" id="subStatus"><span style="color:red;" id="subStatus_unactive">No Active Yet</span>
...
<span class="Label_ReadOnly_Text" id="subStatus"><span style="color:red;" id="subStatus_expired">Expired</span>
...
<span class="Label_ReadOnly_Text" id="subStatus"><span style="color:red;" id="subStatus_inactive">Inactive</span>
...
</body>
(0024951)
hgbot   
2010-03-02 15:06   
Repository: erp/devel/pi
Changeset: fa8455a993b4e47b256d559a342d833c678b8c83
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Tue Mar 02 15:06:42 2010 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/fa8455a993b4e47b256d559a342d833c678b8c83 [^]

Fixed issue 11589: Added IDs to InstanceManagement.html

---
M src/org/openbravo/erpCommon/ad_forms/InstanceManagement.html
---
(0024979)
sureshbabu   
2010-03-03 08:00   
Tested, identifier included.
(0025039)
hgbot   
2010-03-04 07:07   
Repository: tools/automation/main
Changeset: 57e1860c284d97fab9821721e7183e1ae26a13bc
Author: Leo Arias <leo.arias <at> openbravo.com>
Date: Thu Mar 04 00:08:14 2010 -0600
URL: http://code.openbravo.com/tools/automation/main/rev/57e1860c284d97fab9821721e7183e1ae26a13bc [^]

Updated element identifiers because issue 11589 is now resolved.

---
M src-test/com/openbravo/test/integration/erp/gui/general/application/InstanceActivation.java
---
(0025375)
hudsonbot   
2010-03-12 22:40   
A changeset related to this issue has been promoted to main after passing a series of tests and an OBX has been generated:

Changeset: http://code.openbravo.com/erp/devel/main/rev/fa8455a993b4 [^]
Merge Changeset: http://code.openbravo.com/erp/devel/main/rev/631c626866c1 [^]
Tests: http://builds.openbravo.com/view/devel-int/ [^]
OBX: http://builds.openbravo.com/erp/core/obx/OpenbravoERP-2.50CI.16685.obx [^]