Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009515 | Openbravo ERP | 00. Application dictionary | public | 2009-06-17 16:48 | 2009-07-18 00:00 |
|
Reporter | networkb | |
Assigned To | alostale | |
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 30 | OS Version | |
Product Version | 2.40MP4 | |
Target Version | | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0009515: Is possible delete a partner from a child tab as employee,vendor or customer |
Description | Is possible delete a partner from a child tab as employee,vendor or customer |
Steps To Reproduce | -Create a new business partner
-Go to the vendor tab.
-Click on the delete button of the toolbar
-The partner is deleted
-Go to customer tab and you get an error |
Proposed Solution | Don't allow to delete the partner from the child tabs vendor, employee and customer. In this tabs the new and delete buttons should not appear. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0001993 | | closed | alostale | Errror message on clicking New in Customer Tab | depends on | feature request | 0004113 | pi | closed | alostale | Single record window UI pattern |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-17 16:48 | networkb | New Issue | |
2009-06-17 16:48 | networkb | Assigned To | => rafaroda |
2009-06-17 17:56 | rafaroda | Note Added: 0017391 | |
2009-06-17 17:56 | rafaroda | Assigned To | rafaroda => iciordia |
2009-06-17 17:56 | rafaroda | Status | new => acknowledged |
2009-06-17 17:58 | rafaroda | Relationship added | related to 0001993 |
2009-06-18 11:49 | iciordia | Assigned To | iciordia => pjuvara |
2009-06-18 11:50 | iciordia | Note Added: 0017420 | |
2009-06-18 12:02 | iciordia | Note Edited: 0017420 | |
2009-06-23 08:30 | pjuvara | Assigned To | pjuvara => iciordia |
2009-06-23 08:30 | pjuvara | Priority | immediate => urgent |
2009-06-23 08:31 | pjuvara | Severity | major => minor |
2009-06-29 14:17 | iciordia | Assigned To | iciordia => alostale |
2009-06-30 15:57 | alostale | Relationship added | depends on 0004113 |
2009-06-30 15:58 | alostale | Note Added: 0017677 | |
2009-07-06 08:34 | hgbot | Checkin | |
2009-07-06 08:34 | hgbot | Note Added: 0017920 | |
2009-07-06 08:34 | hgbot | Status | acknowledged => resolved |
2009-07-06 08:34 | hgbot | Resolution | open => fixed |
2009-07-06 08:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/2472fa0ab9abc9fdb26b9a5193c96ed7a139670b [^] |
2009-07-17 11:15 | sureshbabu | Status | resolved => closed |
2009-07-17 11:15 | sureshbabu | Note Added: 0018352 | |
2009-07-17 11:15 | sureshbabu | Fixed in Version | => pi |
2009-07-18 00:00 | anonymous | sf_bug_id | 0 => 2823345 |
Notes |
|
|
This issue is known.
Isma, could you please propose a solution for it and scheduled if required.
Thanks. |
|
|
(0017420)
|
iciordia
|
2009-06-18 11:50
(edited on: 2009-06-18 12:02) |
|
Assigned to Paolo till he decides when we should fix this issue (solving it will take a couple of days and it would break the planning for current sprint)
Ismael
|
|
|
|
The solution for this issue is to implement the single record UI pattern (0004113) |
|
|
(0017920)
|
hgbot
|
2009-07-06 08:34
|
|
Repository: erp/devel/pi
Changeset: 2472fa0ab9abc9fdb26b9a5193c96ed7a139670b
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Jul 06 08:12:33 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2472fa0ab9abc9fdb26b9a5193c96ed7a139670b [^]
Single record pattern implemented.
Now it is possible to define a tab not to be able to create and delete records but yes to edit the existent ones.
This fix solves:
- Fixed issue 0004113: Single record window UI pattern
- Fixed issue 0003437: disallow to create client in client window
- Fixed issue 0000486: Hearbeat Configuration and Registration windows should be edit only
- Fixed issue 0009515: Is possible delete a partner from a child tab as employee,vendor or customer
---
M src-db/database/model/tables/AD_TAB.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_PROCESS_REQUEST.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-wad/src/org/openbravo/wad/Tabs_data.xsql
M src-wad/src/org/openbravo/wad/Wad.java
M src-wad/src/org/openbravo/wad/javasource.javaxml
M src-wad/src/org/openbravo/wad/javasource.xml
M src/org/openbravo/erpCommon/ad_forms/InvoiceVendorMultiline.java
M src/org/openbravo/erpCommon/businessUtility/TabAttachments_data.xsql
M src/org/openbravo/erpCommon/utility/Access_data.xsql
M src/org/openbravo/erpCommon/utility/TableSQLQuery_data.xsql
M src/org/openbravo/erpCommon/utility/ToolBar.java
M src/org/openbravo/erpCommon/utility/WindowAccess_data.xsql
---
|
|
|
|
Tested, new and delete buttons are not enabled in child tabs |
|