Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0026455 | Openbravo ERP | A. Platform | public | 2014-05-05 15:42 | 2014-06-25 01:35 |
|
Reporter | alostale | |
Assigned To | dbaz | |
Priority | normal | Severity | minor | Reproducibility | N/A |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0PR14Q3 | Fixed in Version | 3.0PR14Q3 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0026455: Tree Extension Improvements |
Description | Implement following features for trees:
*Add a way to avoid view the icons. If the tree is not read-only, they always must be shown
*Allow define a tree as read-only at tab level. Avoid delete records from tree view
*Support different deletion policies. Define a combo inside the "Table Tree Category" subtab of the header of "Tables and Columns". There should be two optiones here:
**Reparent child nodes (current one)
**Do not allow removing if a node has a children
**(Nice to have) delete on cascade
*Support saved views with tree views
*Default Tree View logic: show the tree view or the grid view based on a logic defined at tab level |
Steps To Reproduce | - |
Proposed Solution | See project doc: http://wiki.openbravo.com/wiki/Projects:Tree_Extension_Improvements [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-05-05 15:42 | alostale | New Issue | |
2014-05-05 15:42 | alostale | Assigned To | => dbaz |
2014-05-05 15:42 | alostale | Modules | => Core |
2014-05-05 15:42 | alostale | OBNetwork customer | => No |
2014-05-05 15:42 | alostale | Triggers an Emergency Pack | => No |
2014-05-20 12:21 | alostale | Review Assigned To | => AugustoMauch |
2014-05-20 12:23 | hgbot | Checkin | |
2014-05-20 12:23 | hgbot | Note Added: 0067300 | |
2014-05-20 12:23 | hgbot | Status | new => resolved |
2014-05-20 12:23 | hgbot | Resolution | open => fixed |
2014-05-20 12:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/f401b711161b6e74d379f726521b038291eb9745 [^] |
2014-05-21 18:34 | hudsonbot | Checkin | |
2014-05-21 18:34 | hudsonbot | Note Added: 0067346 | |
2014-06-03 16:39 | AugustoMauch | Note Added: 0067712 | |
2014-06-03 16:39 | AugustoMauch | Status | resolved => closed |
2014-06-03 16:39 | AugustoMauch | Fixed in Version | => PR14Q3 |
2014-06-23 16:17 | hgbot | Checkin | |
2014-06-23 16:17 | hgbot | Note Added: 0068253 | |
2014-06-25 01:35 | hudsonbot | Checkin | |
2014-06-25 01:35 | hudsonbot | Note Added: 0068293 | |
Notes |
|
(0067300)
|
hgbot
|
2014-05-20 12:23
|
|
Repository: erp/devel/pi
Changeset: f401b711161b6e74d379f726521b038291eb9745
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue May 20 12:22:06 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f401b711161b6e74d379f726521b038291eb9745 [^]
[treeimpr] fixed issue 26455: Tree Extension Improvements
*Add a way to avoid view the icons. If the tree is not read-only, they always must be shown
*Allow define a tree as read-only at tab level. Avoid delete records from tree view
*Support different deletion policies. Define a combo inside the "Table Tree Category" subtab of the header of "Tables and Columns". There should be two optiones here:
**Reparent child nodes (current one)
**Do not allow removing if a node has a children
*Support saved views with tree views
*Default Tree View logic: show the tree view or the grid view based on a logic defined at tab level
---
M modules/org.openbravo.advpaymentmngt/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.client.application/src/org/openbravo/client/application/event/TableTreeEventHandler.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-tree-grid.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/templates/ob-view-tab.js.ftl
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBTreeGridComponent.java
M modules/org.openbravo.client.application/src/org/openbravo/client/application/window/OBViewTab.java
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-tree-filter.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-tree.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-tree-view-grid.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/personalization/ob-manage-views.js
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js
M modules/org.openbravo.client.kernel/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.client.myob/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.service.datasource/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/ADTreeDatasourceService.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/LinkToParentTreeDatasourceService.java
M modules/org.openbravo.service.datasource/src/org/openbravo/service/datasource/TreeDatasourceService.java
M modules/org.openbravo.service.integration.google/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.service.integration.openid/src-db/database/sourcedata/AD_TAB.xml
M modules/org.openbravo.userinterface.selector/src-db/database/sourcedata/AD_TAB.xml
M src-db/database/model/tables/AD_TAB.xml
M src-db/database/model/tables/AD_TABLE_TREE.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MESSAGE.xml
M src-db/database/sourcedata/AD_REFERENCE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
M src-db/database/sourcedata/AD_TAB.xml
M src-db/database/sourcedata/AD_TABLE_TREE.xml
---
|
|
|
|
|
|
|
Code reviewed and verified in pi@9e9cdee21888 |
|
|
(0068253)
|
hgbot
|
2014-06-23 16:17
|
|
Repository: erp/devel/pi
Changeset: 4639ca577e0b79f63aed092927dad3511510a7a8
Author: David Baz Fayos <david.baz <at> openbravo.com>
Date: Mon Jun 23 16:17:36 2014 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/4639ca577e0b79f63aed092927dad3511510a7a8 [^]
[treeimpr] Related to issue 26455: 'Default Tree View Logic' now only affects
to the child views of the view where it applies. This is to fix the case where you cannot manually
change between the tree/grid view mode and then move to another different record (inside the same view)
preserving the previous manually set mode.
---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js
---
|
|
|
|
|