Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0013762 | Openbravo ERP | 01. General setup | public | 2010-06-24 11:19 | 2010-06-26 00:00 |
|
Reporter | networkb | |
Assigned To | adrianromero | |
Priority | immediate | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP18 | |
Target Version | 2.50MP20 | 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 | 0013762: The business partner field on General Setup || Security || User is read only |
Description | The business partner field on General Setup || Security || User is read only |
Steps To Reproduce | - As Openbravo Admin go to General Setup || Security || User
- Create a new record.
- Realize that 'Business Partner' is read only. |
Proposed Solution | Remove the code that it is in the field "Read only logic" |
Additional Information | |
Tags | Regression |
Relationships | related to | defect | 0011719 | | closed | alostale | "Read only logic" does not work for selectors like Products or Business Partners |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-06-24 11:19 | networkb | New Issue | |
2010-06-24 11:19 | networkb | Assigned To | => adrianromero |
2010-06-24 12:53 | psarobe | Status | new => scheduled |
2010-06-24 12:53 | psarobe | Target Version | 2.50MP19 => 2.50MP20 |
2010-06-24 12:58 | psarobe | Tag Attached: Regression | |
2010-06-24 13:03 | psarobe | Note Added: 0028738 | |
2010-06-24 13:04 | psarobe | Relationship added | related to 0011719 |
2010-06-24 13:06 | psarobe | Proposed Solution updated | |
2010-06-24 17:12 | adrianromero | Note Added: 0028754 | |
2010-06-24 17:12 | adrianromero | Status | scheduled => resolved |
2010-06-24 17:12 | adrianromero | Resolution | open => fixed |
2010-06-24 17:12 | adrianromero | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/576d6c224779 [^] |
2010-06-25 09:23 | sureshbabu | Note Added: 0028759 | |
2010-06-25 09:23 | sureshbabu | Status | resolved => closed |
2010-06-26 00:00 | anonymous | sf_bug_id | 0 => 3021592 |
Notes |
|
|
Not a technical regression since the code that is present in the field "Read only logic" for the column C_BPARTNER_ID has been there for ages. But from an end user perception is a regression
The problem is that this fix [1], which is correct, has raised this hidden issue
[1]https://issues.openbravo.com/view.php?id=11719 [^] |
|
|
|
author Adrián Romero <adrianromero@openbravo.com>
Thu Jun 24 17:02:08 2010 +0200 (9 minutes ago)
changeset 7713 576d6c224779
parent 7712 53843de7cfc3
0013762: The business partner field on General Setup || Security || User is read only
It has been removed the read-only-logic definition of this column because it does not make sense. Now this field is editable
src-db/database/sourcedata/AD_COLUMN.xml |
|
|
|
I have verified the fix, it works for me in Live qa (postgres- PI build) |
|