Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0011589 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] 01. General setup | minor | always | 2009-12-02 07:11 | 2010-03-12 22:40 | |||
Reporter | elopio | View Status | public | |||||
Assigned To | dbaz | |||||||
Priority | urgent | Resolution | fixed | Fixed in Version | 2.50MP14 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | fa8455a993b4 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Any | Database | Any | Java version | ||||
OS Version | Database version | Ant version | ||||||
Product Version | pi | SCM revision | ||||||
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. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
|
![]() |
|
(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 (viewer) 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 (viewer) 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 (viewer) 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 [^] |
![]() |
|||
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 |
Copyright © 2000 - 2009 MantisBT Group |