Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0021815 | Openbravo ERP | 06. Material requirement planning (MRP) | public | 2012-10-01 16:16 | 2012-10-11 07:50 |
|
Reporter | ngarcia | |
Assigned To | jecharri | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | 3.0MP18 | Fixed in Version | 3.0MP17 | |
Merge Request Status | |
Review Assigned To | ngarcia |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | 17226 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0021815: The Requester list of the Requisition to Order must be filled only with users that have access to the application |
Description | The Requester list of the Requisition to Order must be filled only with users that have access to the application. The field in the Requisition window is filled automatically with the logged user. |
Steps To Reproduce | As group admin role:
Go to Requisition window and notice that the Requester field is filled with the logged user and it is read only
Go to Requisition to Order window and notice that some of the users that appear in the Requester combo box have not username or password (in the user window) |
Proposed Solution | Add a validation to the following ComboTableData
ComboTableData comboTableData = new ComboTableData(vars, this, "TABLEDIR", "AD_User_ID", "", "", Utility.getContext(this, vars, "#AccessibleOrgTree", "RequisitionToOrder"),
in the RequisitionToOrder.java file |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2012-10-01 16:16 | ngarcia | New Issue | |
2012-10-01 16:16 | ngarcia | Assigned To | => dmiguelez |
2012-10-01 16:16 | ngarcia | Modules | => Core |
2012-10-01 16:16 | ngarcia | OBNetwork customer | => Yes |
2012-10-01 16:16 | ngarcia | Support ticket | => 17226 |
2012-10-01 16:16 | ngarcia | Resolution time | => 1355526000 |
2012-10-01 16:17 | ngarcia | Issue Monitored: networkb | |
2012-10-01 17:05 | dmiguelez | Assigned To | dmiguelez => jonalegriaesarte |
2012-10-04 16:08 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2012-10-04 16:57 | ngarcia | Note Added: 0053032 | |
2012-10-05 12:59 | jecharri | Status | new => scheduled |
2012-10-05 12:59 | jecharri | fix_in_branch | => pi |
2012-10-05 12:59 | jecharri | Status | scheduled => resolved |
2012-10-05 12:59 | jecharri | Fixed in SCM revision | => https://code.openbravo.com/erp/devel/pi/rev/844a839ef0ac [^] |
2012-10-05 12:59 | jecharri | Resolution | open => fixed |
2012-10-05 13:01 | jecharri | Note Added: 0053078 | |
2012-10-05 23:25 | hgbot | Checkin | |
2012-10-05 23:25 | hgbot | Note Added: 0053088 | |
2012-10-05 23:25 | hgbot | Fixed in SCM revision | https://code.openbravo.com/erp/devel/pi/rev/844a839ef0ac [^] => http://code.openbravo.com/erp/devel/pi/rev/844a839ef0ac25390d3329af0547ec3fcce45859 [^] |
2012-10-09 18:32 | ngarcia | Review Assigned To | => ngarcia |
2012-10-09 18:32 | ngarcia | Note Added: 0053180 | |
2012-10-09 18:32 | ngarcia | Status | resolved => closed |
2012-10-09 18:33 | ngarcia | Fixed in Version | => 3.0MP17 |
2012-10-11 07:50 | hudsonbot | Checkin | |
2012-10-11 07:50 | hudsonbot | Note Added: 0053243 | |
Notes |
|
|
It would be better if the list was filled with the users that have created at least one requisition, because there could exist one user that created a requisition and then its access was removed |
|
|
|
Test Plan:
As group admin role:
Go to Requisition window and create one.
Go to Requisition to Order window and notice that only the users with the Requisition appear.
Create another requisition with another user and verify that it is added to the combo |
|
|
(0053088)
|
hgbot
|
2012-10-05 23:25
|
|
Repository: erp/devel/pi
Changeset: 844a839ef0ac25390d3329af0547ec3fcce45859
Author: Javier Etxarri <javier.echarri <at> openbravo.com>
Date: Thu Oct 04 18:18:58 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/844a839ef0ac25390d3329af0547ec3fcce45859 [^]
Fixes issue 21815: The Requester list of
the Requisition to Order must be filled only with users that have access to the application
---
M src-db/database/sourcedata/AD_VAL_RULE.xml
M src/org/openbravo/erpCommon/ad_forms/RequisitionToOrder.java
---
|
|
|
|
|
|
|
|