Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0021725 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
feature request | [Openbravo ERP] A. Platform | minor | always | 2012-09-24 11:53 | 2012-10-25 12:38 | |||
Reporter | dmiguelez | View Status | public | |||||
Assigned To | shankarb | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP17 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | 021d7e0895a3 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Merge Request Status | ||||||||
Review Assigned To | dbaz | |||||||
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 | 0021725: Create new UI Patter for Editing and Deleting records, but not being possible to Create new ones. | |||||||
Description | Create a new UI Patter in which is possible to Edit and Delete records but not to Create new ones. | |||||||
Steps To Reproduce | Right now it is only possible to choose between three patterns: - Read only - Edit only (but it is not possible to delete records) - Standard (Possible both to delete and create records) Another pattern is needed: - Edit + Delete | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
![]() |
||||||||
|
![]() |
|
(0053425) hgbot (developer) 2012-10-17 15:33 |
Repository: erp/devel/pi Changeset: 27efd4afc3b92aa801fea080f97c0ca28f22502f Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Wed Oct 17 15:30:35 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/27efd4afc3b92aa801fea080f97c0ca28f22502f [^] Related to Issue 21725 : New UI Pattern Edit or Delete Only (No Insert) Created a new UI pattern Edit or Delete only that will disable the ability to add new rows. --- M modules/org.openbravo.client.application/src/org/openbravo/client/application/MenuManager.java M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/QuickCreateDataSource.java M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/QuickLaunchDataSource.java M modules/org.openbravo.client.application/src/org/openbravo/client/application/navigationbarcomponents/templates/application-menu.js.ftl M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/ob-view-form-linked-items.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-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/main/ob-standard-window.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-application-menu.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/navbar/ob-quick-launch.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/utilities/ob-utilities.js M modules/org.openbravo.client.myob/web/org.openbravo.client.myob/js/ob-myopenbravo.js M src-db/database/sourcedata/AD_REF_LIST.xml M src/org/openbravo/erpCommon/utility/ToolBar.java M src/org/openbravo/erpCommon/utility/UsedByLink.java --- |
(0053426) hgbot (developer) 2012-10-17 15:45 |
Repository: erp/devel/pi Changeset: 27ce30de051f209878d05b2f88765c8b9388d7db Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Wed Oct 17 15:43:46 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/27ce30de051f209878d05b2f88765c8b9388d7db [^] Fixes Issue 21725 : New UI pattern Edit/Delete Only The New UI Pattern disallows new records to be added through shortcuts also. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/grid/ob-view-grid.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/main/ob-standard-view.js --- |
(0053514) hudsonbot (viewer) 2012-10-22 13:27 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/483f2e6dc1af [^] Maturity status: Test |
(0053515) hudsonbot (viewer) 2012-10-22 13:27 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/483f2e6dc1af [^] Maturity status: Test |
(0053560) dbaz (viewer) 2012-10-23 10:07 |
As "System Administrator": * Go to "Windows, tabs and fields" window * Select "Business Partner" record * Go to "Tab" child tab and select "Business Partner" * Change "UI Pattern" field to "Edit and Delete Only (No Insert)" * Save As "Openbravo Admin" * Go to "Busines Partner" window * Notice that you can not do "New in grid" (that's ok) but you can do "New in form" (that's wrong I think) |
(0053563) hgbot (developer) 2012-10-23 11:36 |
Repository: erp/devel/pi Changeset: 021d7e0895a33aa5195143e95f37e1a8ec315a55 Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Tue Oct 23 11:35:08 2012 +0200 URL: http://code.openbravo.com/erp/devel/pi/rev/021d7e0895a33aa5195143e95f37e1a8ec315a55 [^] Fixes Issue 21725 : New UI Pattern Edit or Delete Only (No Insert) --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/toolbar/ob-toolbar.js --- |
(0053572) dbaz (viewer) 2012-10-23 13:31 |
Reviewed @ changeset: 18265 - 021d7e0895a3 |
(0053699) hudsonbot (viewer) 2012-10-25 12:38 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/4a27e27689bc [^] Maturity status: Test |
![]() |
|||
Date Modified | Username | Field | Change |
2012-09-24 11:53 | dmiguelez | New Issue | |
2012-09-24 11:53 | dmiguelez | Assigned To | => AugustoMauch |
2012-09-24 11:53 | dmiguelez | Modules | => Core |
2012-09-24 11:53 | dmiguelez | OBNetwork customer | => No |
2012-09-24 11:54 | dmiguelez | Relationship added | blocks 0019578 |
2012-09-24 11:55 | dmiguelez | Relationship deleted | blocks 0019578 |
2012-09-24 11:55 | dmiguelez | Relationship added | blocks 0019578 |
2012-09-24 11:56 | dmiguelez | Relationship deleted | blocks 0019578 |
2012-09-24 11:56 | dmiguelez | Relationship added | blocks 0019578 |
2012-10-04 10:28 | AugustoMauch | Assigned To | AugustoMauch => shankarb |
2012-10-17 15:33 | hgbot | Checkin | |
2012-10-17 15:33 | hgbot | Note Added: 0053425 | |
2012-10-17 15:34 | shankarb | Status | new => scheduled |
2012-10-17 15:34 | shankarb | fix_in_branch | => pi |
2012-10-17 15:41 | shankarb | Review Assigned To | => dbaz |
2012-10-17 15:41 | shankarb | fix_in_branch | pi => |
2012-10-17 15:42 | shankarb | Issue Monitored: dbaz | |
2012-10-17 15:45 | hgbot | Checkin | |
2012-10-17 15:45 | hgbot | Note Added: 0053426 | |
2012-10-17 15:45 | hgbot | Status | scheduled => resolved |
2012-10-17 15:45 | hgbot | Resolution | open => fixed |
2012-10-17 15:45 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/27ce30de051f209878d05b2f88765c8b9388d7db [^] |
2012-10-22 13:27 | hudsonbot | Checkin | |
2012-10-22 13:27 | hudsonbot | Note Added: 0053514 | |
2012-10-22 13:27 | hudsonbot | Checkin | |
2012-10-22 13:27 | hudsonbot | Note Added: 0053515 | |
2012-10-23 10:07 | dbaz | Note Added: 0053560 | |
2012-10-23 10:07 | dbaz | Status | resolved => new |
2012-10-23 10:07 | dbaz | Resolution | fixed => open |
2012-10-23 11:22 | shankarb | Status | new => scheduled |
2012-10-23 11:22 | shankarb | fix_in_branch | => pi |
2012-10-23 11:36 | hgbot | Checkin | |
2012-10-23 11:36 | hgbot | Note Added: 0053563 | |
2012-10-23 11:36 | hgbot | Status | scheduled => resolved |
2012-10-23 11:36 | hgbot | Resolution | open => fixed |
2012-10-23 11:36 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/27ce30de051f209878d05b2f88765c8b9388d7db [^] => http://code.openbravo.com/erp/devel/pi/rev/021d7e0895a33aa5195143e95f37e1a8ec315a55 [^] |
2012-10-23 13:31 | dbaz | Note Added: 0053572 | |
2012-10-23 13:31 | dbaz | Status | resolved => closed |
2012-10-23 13:31 | dbaz | Fixed in Version | => 3.0MP17 |
2012-10-25 12:38 | hudsonbot | Checkin | |
2012-10-25 12:38 | hudsonbot | Note Added: 0053699 |
Copyright © 2000 - 2009 MantisBT Group |