Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0011496 | Openbravo ERP | A. Platform | public | 2009-11-25 13:49 | 2009-12-18 00:00 |
|
Reporter | pjuvara | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP8 | |
Target Version | 2.50MP11 | Fixed in Version | 2.50MP11 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | OBPS |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0011496: Cannot search based on created by and updated by |
Description | When you try to search on the Created By and Updated By audit parameters, you get an error trying to specify the value for the filter for these fields.
It looks like the selector is not implemented for them. |
Steps To Reproduce | 1) In an transactional screen, show audit
2) Open the Filter window
3) Try to specify a value for created by or updated by
You get an error. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2009-11-25 13:49 | pjuvara | New Issue | |
2009-11-25 13:49 | pjuvara | Assigned To | => rafaroda |
2009-11-25 13:49 | pjuvara | OBNetwork customer | => Yes |
2009-12-07 20:15 | psarobe | Status | new => scheduled |
2009-12-07 20:15 | psarobe | Note Added: 0022508 | |
2009-12-07 20:15 | psarobe | Assigned To | rafaroda => alostale |
2009-12-07 20:15 | psarobe | fix_in_branch | => pi |
2009-12-10 12:01 | rafaroda | Note Added: 0022622 | |
2009-12-10 17:06 | pjuvara | Note Added: 0022649 | |
2009-12-10 17:06 | pjuvara | Target Version | => 2.50MP11 |
2009-12-10 17:06 | pjuvara | fix_in_branch | pi => |
2009-12-15 13:43 | hgbot | Checkin | |
2009-12-15 13:43 | hgbot | Note Added: 0022839 | |
2009-12-15 13:43 | hgbot | Status | scheduled => resolved |
2009-12-15 13:43 | hgbot | Resolution | open => fixed |
2009-12-15 13:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b5067e80538ee2c9d6b6bc4b8c1c2a05eea76dab [^] |
2009-12-16 16:47 | hudsonbot | Checkin | |
2009-12-16 16:47 | hudsonbot | Note Added: 0022877 | |
2009-12-17 08:30 | sureshbabu | Note Added: 0022898 | |
2009-12-17 08:30 | sureshbabu | Status | resolved => closed |
2009-12-17 08:30 | sureshbabu | Fixed in Version | => 2.50MP11 |
2009-12-18 00:00 | anonymous | sf_bug_id | 0 => 2916568 |
Notes |
|
|
Here the problem comes because those filters shouldn't appear unless you have configured on purpose in the AD.
Other approach could be that they should appear always when you show the audit.
Paolo what do you suggest? |
|
|
|
Reminder sent to: pjuvara Hi Paolo,
This issue is waiting for your comment and a Target version.
Thanks. |
|
|
|
This issue is already discussed with alostale. A new reference type will be added to address this problem. |
|
|
(0022839)
|
hgbot
|
2009-12-15 13:43
|
|
Repository: erp/devel/pi
Changeset: b5067e80538ee2c9d6b6bc4b8c1c2a05eea76dab
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Tue Dec 15 13:42:20 2009 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/b5067e80538ee2c9d6b6bc4b8c1c2a05eea76dab [^]
fixed issue 11496: Cannot search based on created by and updated by
Now when a column with search reference is included within the filter, in
case this column doesn't specify the search type, it is treated as tableDir
reference.
---
M src/org/openbravo/erpCommon/businessUtility/Buscador.java
M src/org/openbravo/erpCommon/utility/ComboTableData.java
---
|
|
|
|
|
|
|
Tested able to search base on created by and updated by values |
|