Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011589 | Openbravo ERP | 01. General setup | public | 2009-12-02 07:11 | 2010-03-12 22:40 |
|
Reporter | elopio | |
Assigned To | dbaz | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 2.50MP14 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011589: Subscription status text has no identifier |
Description | 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>
.
|
Steps To Reproduce | Go to General Setup || Application || Instance Activation || Instance Activation
View the page source (right click the element and inspect with firebug). |
Proposed Solution | Add an identifier for the p or span html tags. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
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-02 07:11 | elopio | OBNetwork customer | => No |
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 | |
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
|
|
|
|
|
Tested, identifier included. |
|
|
(0025039)
|
hgbot
|
2010-03-04 07:07
|
|
|
|
|
|