Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0029426 | Openbravo ERP | A. Platform | public | 2015-03-26 11:29 | 2015-03-27 02:12 |
|
Reporter | alostale | |
Assigned To | alostale | |
Priority | normal | Severity | trivial | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | 3.0PR15Q2 | |
Merge Request Status | |
Review Assigned To | AugustoMauch |
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 | 0029426: unneeded param in callback for client side validation of process definition |
Description | Client side validation function for Process definition must invoke actionHandlerCall with a view parameter. This view parameter is useless because:
* It should always be the same value as the view received by the validation process, invoking with another value has no sense
* Caller has access to that view, so no need to receive it back
* New clientSideValidationFail function which is also passed to client validation does not receive this parameter, so for consistency, it is better to be both homogeneous.
Note this is not an API change because even if client side validation function is not modified and continues sending back the view, it will be just ignored.
|
Steps To Reproduce | N/A: just code clean up in doProcess function defined in ob-parameter-window-view.js |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0029388 | | closed | alostale | Duplicated records in Used Credit Source tab when clicking Done more than once in Add Details pop-up |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2015-03-26 11:29 | alostale | New Issue | |
2015-03-26 11:29 | alostale | Assigned To | => platform |
2015-03-26 11:29 | alostale | Modules | => Core |
2015-03-26 11:29 | alostale | Triggers an Emergency Pack | => No |
2015-03-26 11:29 | alostale | Relationship added | related to 0029388 |
2015-03-26 11:32 | alostale | Status | new => scheduled |
2015-03-26 11:32 | alostale | Assigned To | platform => alostale |
2015-03-26 11:43 | hgbot | Checkin | |
2015-03-26 11:43 | hgbot | Note Added: 0075993 | |
2015-03-26 11:43 | hgbot | Status | scheduled => resolved |
2015-03-26 11:43 | hgbot | Resolution | open => fixed |
2015-03-26 11:43 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/54218273885cde18d83d448ea9111adb6b3f7200 [^] |
2015-03-26 11:54 | alostale | Review Assigned To | => alostale |
2015-03-26 16:26 | alostale | Review Assigned To | alostale => AugustoMauch |
2015-03-26 18:05 | AugustoMauch | Note Added: 0076029 | |
2015-03-26 18:05 | AugustoMauch | Status | resolved => closed |
2015-03-26 18:05 | AugustoMauch | Fixed in Version | => 3.0PR15Q2 |
2015-03-27 02:12 | hudsonbot | Checkin | |
2015-03-27 02:12 | hudsonbot | Note Added: 0076038 | |