Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0016406 | Openbravo ERP | 01. General setup | public | 2011-03-21 19:37 | 2012-03-02 15:39 |
|
Reporter | Xpand-IT | |
Assigned To | migueldejuana | |
Priority | normal | Severity | trivial | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0MP9 | |
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 | 0016406: External modules "Visit Site" link. Undefined links behaviour |
Description | When the "Visit Site" link is not defined some Browsers try to make something out of it and it might redirect to unexpected sites. |
Steps To Reproduce | Loggin with System Administrator:
navigate to General Setup || Application || Module Management
Tab: Add Modules
Search for a module. If the module doesn't have a site associated, Firefox will try to rebuild the link using the word "hidden".
It might lead to some undesired sites. |
Proposed Solution | If there is no site, the link shouldn't be active. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-03-21 19:37 | Xpand-IT | New Issue | |
2011-03-21 19:37 | Xpand-IT | Assigned To | => adrianromero |
2011-03-21 19:37 | Xpand-IT | Modules | => Core |
2011-06-03 10:58 | dalsasua | Assigned To | adrianromero => dalsasua |
2011-07-20 18:16 | dalsasua | Assigned To | dalsasua => jonalegriaesarte |
2011-09-19 22:18 | psarobe | Note Added: 0041101 | |
2011-09-19 22:18 | psarobe | Status | new => feedback |
2011-09-21 12:03 | Xpand-IT | Note Added: 0041187 | |
2011-10-07 13:17 | dmitry_mezentsev | Status | feedback => scheduled |
2011-10-07 13:17 | dmitry_mezentsev | Note Added: 0041557 | |
2011-10-07 13:17 | dmitry_mezentsev | fix_in_branch | => pi |
2011-10-07 13:18 | dmitry_mezentsev | OBNetwork customer | => No |
2011-10-07 13:18 | dmitry_mezentsev | Target Version | => 3.0MP6 |
2011-10-07 13:18 | dmitry_mezentsev | fix_in_branch | pi => |
2011-11-25 17:22 | jonalegriaesarte | Assigned To | jonalegriaesarte => alostale |
2011-11-28 10:12 | alostale | Target Version | 3.0MP6 => |
2012-02-21 18:07 | alostale | Assigned To | alostale => migueldejuana |
2012-02-28 11:47 | migueldejuana | Note Added: 0045520 | |
2012-02-28 12:58 | hgbot | Checkin | |
2012-02-28 12:58 | hgbot | Note Added: 0045530 | |
2012-02-28 12:58 | hgbot | Status | scheduled => resolved |
2012-02-28 12:58 | hgbot | Resolution | open => fixed |
2012-02-28 12:58 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/0c00996cda5f8c8d98c01c6e481a2155692de1e0 [^] |
2012-02-28 12:59 | alostale | Note Added: 0045531 | |
2012-02-28 12:59 | alostale | Status | resolved => closed |
2012-02-28 12:59 | alostale | Fixed in Version | => 3.0MP9 |
2012-03-02 15:39 | hudsonbot | Checkin | |
2012-03-02 15:39 | hudsonbot | Note Added: 0045970 | |
Notes |
|
|
The issue is not clear. Please write the steps |
|
|
|
##Using Firefox
Loggin with System Administrator:
navigate to General Setup || Application || Module Management
Tab: Add Modules
Search for the module: "Asistente para añadir nuevos campos"
Click the link "Visit Site"
Firefox will try to find a website which has the word "hidden", which in this case is not a desired site, for sure.
If the module doesn't have a website associated maybe this link should point to www.openbravo.com? |
|
|
|
I can reproduce it.
My proposal is to make URL field of the Module mandatory (at least forge project for the module that is published exists and it is much better to redirect users to it at least). |
|
|
|
Test Plan:
Loggin with System Administrator:
navigate to General Setup || Application || Module Management
Tab: Add Modules
Search for the module: "Asistente para añadir nuevos campos"
See that it hasn't the "Visit site" link. Modules with URL have the "Visit site" link. |
|
|
(0045530)
|
hgbot
|
2012-02-28 12:58
|
|
Repository: erp/devel/pi
Changeset: 0c00996cda5f8c8d98c01c6e481a2155692de1e0
Author: Miguel de Juana <miguel.dejuana <at> openbravo.com>
Date: Tue Feb 28 12:43:57 2012 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/0c00996cda5f8c8d98c01c6e481a2155692de1e0 [^]
Fixed issue 16406: Adding modules, modules without URL, 'Visit site' disappears
---
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
M src/org/openbravo/erpCommon/modules/ModuleBox.srpt
M src/org/openbravo/erpCommon/modules/ModuleBox.xml
---
|
|
|
|
Code reviewed and tested in pi@0c00996cda5f |
|
|
|
|