Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0011589
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 01. General setupminoralways2009-12-02 07:112010-03-12 22:40
ReporterelopioView Statuspublic 
Assigned Todbaz 
PriorityurgentResolutionfixedFixed in Version2.50MP14
StatusclosedFix in branchpiFixed in SCM revisionfa8455a993b4
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0011589: Subscription status text has no identifier

DescriptionThe 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>
.


Steps To ReproduceGo to General Setup || Application || Instance Activation || Instance Activation

View the page source (right click the element and inspect with firebug).
Proposed SolutionAdd an identifier for the p or span html tags.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0023033)
hgbot (developer)
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 (developer)
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 (developer)
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 (reporter)
2010-03-03 08:00

Tested, identifier included.
(0025039)
hgbot (developer)
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 (developer)
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 [^]

- Issue History
Date Modified Username Field Change
2009-12-02 07:11 elopio New Issue
2009-12-02 07:11 elopio Assigned To => rafaroda
2009-12-23 10:42 hgbot Checkin
2009-12-23 10:42 hgbot Note Added: 0023033
2009-12-23 10:42 hgbot Fixed in SCM revision => http://code.openbravo.com/tools/automation/main/rev/b5353836dcf365cd87ec7f15535bf025a6eab779 [^]
2010-02-11 18:32 rafaroda Assigned To rafaroda => alostale
2010-02-13 21:42 iciordia Assigned To alostale => dbaz
2010-02-13 21:42 iciordia Status new => scheduled
2010-02-13 21:42 iciordia fix_in_branch => pi
2010-03-02 15:04 dbaz Note Added: 0024950
2010-03-02 15:06 hgbot Checkin
2010-03-02 15:06 hgbot Note Added: 0024951
2010-03-02 15:06 hgbot Status scheduled => resolved
2010-03-02 15:06 hgbot Resolution open => fixed
2010-03-02 15:06 hgbot Fixed in SCM revision http://code.openbravo.com/tools/automation/main/rev/b5353836dcf365cd87ec7f15535bf025a6eab779 [^] => http://code.openbravo.com/erp/devel/pi/rev/fa8455a993b4e47b256d559a342d833c678b8c83 [^]
2010-03-03 08:00 sureshbabu Note Added: 0024979
2010-03-03 08:00 sureshbabu Status resolved => closed
2010-03-03 08:00 sureshbabu Fixed in Version => 2.50MP13
2010-03-04 07:07 hgbot Checkin
2010-03-04 07:07 hgbot Note Added: 0025039
2010-03-08 16:04 jpabloae Fixed in Version 2.50MP13 => 2.50MP14
2010-03-10 17:20 anonymous sf_bug_id 0 =>
2010-03-10 18:28 anonymous sf_bug_id => 2967952
2010-03-12 22:40 hudsonbot Checkin
2010-03-12 22:40 hudsonbot Note Added: 0025375


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker