Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013820 | Openbravo ERP | Z. Others | public | 2010-06-28 19:03 | 2010-12-09 16:03 |
|
Reporter | shuehner | |
Assigned To | mtaal | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50 | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | User Interface Application |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0013820: 'Linked Items' feature does not know about tabs -> should get same behavior change normal links got |
Description | When using new layout:
Using 'Linked items' opens the target window in the same tab replacing the existing tab content.
This doesn't fit nicely into the multi-tab logic. The linked items (in core) should be improved in the same way normal links where already modified in core to allow a better multi-tab integration.
|
Steps To Reproduce | Goto any window in new layout: i.e. Module
Use linked items to navigate to i.e. Dataset
see that the Tab content is replaced with the dataset window
Expected:
A new tab for the dataset window be opened |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-28 19:03 | shuehner | New Issue | |
2010-06-28 19:03 | shuehner | Assigned To | => mtaal |
2010-06-28 19:03 | shuehner | OBNetwork customer | => No |
2010-06-29 20:25 | hgbot | Checkin | |
2010-06-29 20:25 | hgbot | Note Added: 0028872 | |
2010-06-29 20:25 | hgbot | Status | new => resolved |
2010-06-29 20:25 | hgbot | Resolution | open => fixed |
2010-06-29 20:25 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/mods/org.openbravo.client.application/rev/8dc4049cbf9528b5790c9d4c6406e67b805361a8 [^] |
2010-06-29 20:27 | hgbot | Checkin | |
2010-06-29 20:27 | hgbot | Note Added: 0028873 | |
2010-06-29 20:27 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/mods/org.openbravo.client.application/rev/8dc4049cbf9528b5790c9d4c6406e67b805361a8 [^] => http://code.openbravo.com/erp/devel/pi/rev/e5a057349168535550e21352c622b2db0a12ca40 [^] |
2010-06-30 15:31 | shuehner | Note Added: 0028921 | |
2010-06-30 15:31 | shuehner | Status | resolved => closed |
2010-07-02 14:50 | hudsonbot | Checkin | |
2010-07-02 14:50 | hudsonbot | Note Added: 0028996 | |
2010-12-09 16:03 | anonymous | sf_bug_id | 0 => 3133286 |
Notes |
|
(0028872)
|
hgbot
|
2010-06-29 20:25
|
|
Repository: erp/mods/org.openbravo.client.application
Changeset: 8dc4049cbf9528b5790c9d4c6406e67b805361a8
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jun 29 20:25:43 2010 +0200
URL: http://code.openbravo.com/erp/mods/org.openbravo.client.application/rev/8dc4049cbf9528b5790c9d4c6406e67b805361a8 [^]
fixes issue 13820: 'Linked Items' feature does not know about tabs -> should get same behavior change normal links got
---
M web/org.openbravo.client.application/js/classic-ob-compatibility.js
A src/org/openbravo/client/application/ComputeWindowActionHandler.java
---
|
|
|
(0028873)
|
hgbot
|
2010-06-29 20:27
|
|
Repository: erp/devel/pi
Changeset: e5a057349168535550e21352c622b2db0a12ca40
Author: Martin Taal <martin.taal <at> openbravo.com>
Date: Tue Jun 29 20:23:24 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/e5a057349168535550e21352c622b2db0a12ca40 [^]
fixes issue 13820: 'Linked Items' feature does not know about tabs -> should get same behavior change normal links got
---
M src/org/openbravo/erpCommon/utility/UsedByLink.java
---
|
|
|
|
Tested using latest module version+pi from hg rev:6c61fa667950
Not linked items uses same tab behavior then normal links in classic windows (open new tab, or reuse already existing tab for target window) |
|
|
|
|