Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0009384 | Openbravo ERP | A. Platform | public | 2009-06-08 16:56 | 2009-09-16 00:00 |
|
Reporter | AinhoaPagola | |
Assigned To | shuehner | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | no change required | |
Platform | | OS | 20 | OS Version | Ubuntu 8.4 |
Product Version | 2.50MP1 | |
Target Version | | Fixed in Version | | |
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 | 0009384: Poor error message inserting a duplicated search key for business partners |
Description |
If two business partners with the same search are inserted the following error is displayed:
ERROR: duplicate key value violates unique constraint "c_bpartner_value"
It should be changed for with a more user friendly message. |
Steps To Reproduce | Create two business partners using the same search key. |
Proposed Solution | Insert a message in AD_Message with 'c_bpartner_value' in value and a message similar to: 'There is already a business partner with the same search value. Please enter a different value.' |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0009781 | 2.50MP4 | closed | vmromanos | There are some incorrect translations in Spanish translation (I) | related to | defect | 0008574 | | closed | shuehner | Error message for displaying the duplicate key of the business partner category should be user friendly |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-06-08 16:56 | AinhoaPagola | New Issue | |
2009-06-08 16:56 | AinhoaPagola | Assigned To | => rafaroda |
2009-06-09 17:49 | psarobe | Assigned To | rafaroda => shuehner |
2009-06-09 17:49 | psarobe | Severity | trivial => major |
2009-06-09 17:49 | psarobe | Status | new => scheduled |
2009-06-10 00:31 | pjuvara | version | => 2.50MP1 |
2009-09-15 19:34 | shuehner | Note Added: 0020093 | |
2009-09-15 19:34 | shuehner | Status | scheduled => feedback |
2009-09-15 20:20 | AinhoaPagola | Note Added: 0020098 | |
2009-09-15 20:27 | shuehner | Relationship added | related to 0009781 |
2009-09-15 20:28 | shuehner | Status | feedback => closed |
2009-09-15 20:28 | shuehner | Note Added: 0020099 | |
2009-09-15 20:28 | shuehner | Resolution | open => no change required |
2009-09-15 20:29 | shuehner | Relationship added | related to 0008574 |
2009-09-16 00:00 | anonymous | sf_bug_id | 0 => 2859597 |
Notes |
|
|
Hi,
the current code uses auto-generated error messages if no special error message text for a constraint is present (like for bpartner_value).
The current (autogenerated) text for this case is:
An entry in BusinessPartner with the same (Client, Search Key) already exists. (Client, Search Key) must be unique.
Is this auto-text clear enough? Or do we still need a specialized manually written message here? |
|
|
|
I find this new message is clear enough!
Thanks! |
|
|
|
The solution for issue 9781 did implement auto-generated better error messages. As agreed by reporter these are good enough for this case also. |
|