Project:
View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
ID | ||||||||
0020587 | ||||||||
Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
defect | [Openbravo ERP] A. Platform | major | always | 2012-05-23 13:00 | 2013-04-23 21:03 | |||
Reporter | mirurita | View Status | public | |||||
Assigned To | shankarb | |||||||
Priority | normal | Resolution | fixed | Fixed in Version | 3.0MP23 | |||
Status | closed | Fix in branch | pi | Fixed in SCM revision | d322cce147e5 | |||
Projection | none | ETA | none | Target Version | ||||
OS | Linux 32 bit | Database | PostgreSQL | Java version | 1.6.0_18 | |||
OS Version | Community Appliance | Database version | 8.3.9 | Ant version | 1.7.1 | |||
Product Version | SCM revision | |||||||
Review Assigned To | AugustoMauch | |||||||
Web browser | ||||||||
Modules | Core | |||||||
Regression level | ||||||||
Regression date | ||||||||
Regression introduced in release | ||||||||
Regression introduced by commit | ||||||||
Triggers an Emergency Pack | No | |||||||
Summary | 0020587: [Pick&Execute] Mandatory column validation is not working, it allows to execute the process leaving the column empty | |||||||
Description | See "RFC Order Pick / Edit Lines" window definition. It has a field "Returned" linked to a mandatory column C_RM_Order_Pick_Edit_Lines.returned The Pick and Execute window does not validate if the returned field is empty. It allows to execute the process although there are grid lines not having the returned cell filled. | |||||||
Steps To Reproduce | 1) Go to Return to Vendor window 2) Create a new record for: Org: F&B US, Inc. Business Partner: Be Soft Drinker, Inc. 3) Save. 4) Click on Pick/Edit Lines button 5) Clear the filter. 6) Select any line and the "returned" cell gets the focus. Realize that the field is mandatory. 7) Do no enter any value on returned cell 8) Click Done button 9) You are able to process although the mandatory column returned is not filled. | |||||||
Tags | No tags attached. | |||||||
Attached Files | ||||||||
Relationships [ Relation Graph ] [ Dependency Graph ] | |||||||||||||||
|
Notes | |
(0058077) hgbot (developer) 2013-04-22 06:23 |
Repository: erp/devel/pi Changeset: c0d4406ef0c03a4cfd6be841fdf8eb34432c5eb3 Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Apr 22 09:53:02 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/c0d4406ef0c03a4cfd6be841fdf8eb34432c5eb3 [^] Fixes Issue 0020587: [Pick&Execute] Mandatory column validation is not working The mandatory columns of pick and execute windows are validated on cellEditEnd event and onSubmit. --- M modules/org.openbravo.client.application/src-db/database/sourcedata/AD_MESSAGE.xml M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js --- |
(0058078) hgbot (developer) 2013-04-22 07:34 |
Repository: erp/devel/pi Changeset: 6f099465923b63aa06c0146a85195083aae9225f Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Apr 22 11:03:54 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/6f099465923b63aa06c0146a85195083aae9225f [^] Related to Issue 0020587 : Added missing variable --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-pick-and-execute-grid.js --- |
(0058083) alostale (manager) 2013-04-22 11:06 |
After this fix, in parameter windows without grid, the following javascipt error occurs in actionClick() function when trying to execute the process: Uncaught TypeError: Cannot read property 'viewGrid' of undefined 3517613657acf5c921e03a7540aab2e9.js:35311 actionClick Note view.grid is undefined for parameter windows without grid (non P&E ones). |
(0058084) hgbot (developer) 2013-04-22 12:48 |
Repository: erp/devel/pi Changeset: d322cce147e597b707c4d3da4c1f637b44d8615e Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Apr 22 16:13:01 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/d322cce147e597b707c4d3da4c1f637b44d8615e [^] Related to Issue 0020587: [Pick&Execute] Mandatory column validation is not working Added validations to resolve error in parameter windows without grid. --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js --- |
(0058085) shankarb (reporter) 2013-04-22 12:50 |
Fixed in pi changeset https://code.openbravo.com/erp/devel/pi/rev/d322cce147e5 [^] |
(0058087) hgbot (developer) 2013-04-22 13:30 |
Repository: erp/devel/pi Changeset: 8b85b058240c9149d03f0c5377017f3bf6124faf Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com> Date: Mon Apr 22 16:58:39 2013 +0530 URL: http://code.openbravo.com/erp/devel/pi/rev/8b85b058240c9149d03f0c5377017f3bf6124faf [^] Related to Issue 0020587 : Code Refactoring --- M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/process/ob-parameter-window-view.js --- |
(0058114) hudsonbot (developer) 2013-04-22 16:36 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f78aa78542fa [^] Maturity status: Test |
(0058115) hudsonbot (developer) 2013-04-22 16:36 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f78aa78542fa [^] Maturity status: Test |
(0058133) AugustoMauch (administrator) 2013-04-23 15:38 |
Code reviewed and verified in pi@c0c3d4e9feab |
(0058151) hudsonbot (developer) 2013-04-23 21:03 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f6ee8c2944a0 [^] Maturity status: Test |
(0058152) hudsonbot (developer) 2013-04-23 21:03 |
A changeset related to this issue has been promoted main and to the Central Repository, after passing a series of tests. Promotion changeset: https://code.openbravo.com/erp/devel/main/rev/f6ee8c2944a0 [^] Maturity status: Test |
Issue History | |||
Date Modified | Username | Field | Change |
2012-05-23 13:00 | mirurita | New Issue | |
2012-05-23 13:00 | mirurita | Assigned To | => alostale |
2012-05-23 13:00 | mirurita | Modules | => Core |
2012-05-23 15:32 | alostale | Assigned To | alostale => guilleaer |
2012-05-24 17:04 | mirurita | Relationship added | related to 0020559 |
2012-08-14 20:46 | dbaz | Relationship added | related to 0021359 |
2012-08-29 04:32 | eintelau | Issue Monitored: eintelau | |
2012-09-17 16:19 | AugustoMauch | Assigned To | guilleaer => AugustoMauch |
2013-04-11 08:25 | shankarb | Assigned To | AugustoMauch => shankarb |
2013-04-22 06:06 | shankarb | Status | new => scheduled |
2013-04-22 06:06 | shankarb | fix_in_branch | => pi |
2013-04-22 06:06 | shankarb | Review Assigned To | => AugustoMauch |
2013-04-22 06:06 | shankarb | Triggers an Emergency Pack | => No |
2013-04-22 06:06 | shankarb | fix_in_branch | pi => |
2013-04-22 06:06 | shankarb | Issue Monitored: AugustoMauch | |
2013-04-22 06:23 | hgbot | Checkin | |
2013-04-22 06:23 | hgbot | Note Added: 0058077 | |
2013-04-22 06:23 | hgbot | Status | scheduled => resolved |
2013-04-22 06:23 | hgbot | Resolution | open => fixed |
2013-04-22 06:23 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c0d4406ef0c03a4cfd6be841fdf8eb34432c5eb3 [^] |
2013-04-22 07:34 | hgbot | Checkin | |
2013-04-22 07:34 | hgbot | Note Added: 0058078 | |
2013-04-22 11:06 | alostale | Note Added: 0058083 | |
2013-04-22 11:06 | alostale | Status | resolved => new |
2013-04-22 11:06 | alostale | Resolution | fixed => open |
2013-04-22 12:48 | hgbot | Checkin | |
2013-04-22 12:48 | hgbot | Note Added: 0058084 | |
2013-04-22 12:49 | shankarb | Status | new => scheduled |
2013-04-22 12:49 | shankarb | fix_in_branch | => pi |
2013-04-22 12:50 | shankarb | Note Added: 0058085 | |
2013-04-22 12:50 | shankarb | Status | scheduled => resolved |
2013-04-22 12:50 | shankarb | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/c0d4406ef0c03a4cfd6be841fdf8eb34432c5eb3 [^] => https://code.openbravo.com/erp/devel/pi/rev/d322cce147e5 [^] |
2013-04-22 12:50 | shankarb | Resolution | open => fixed |
2013-04-22 13:30 | hgbot | Checkin | |
2013-04-22 13:30 | hgbot | Note Added: 0058087 | |
2013-04-22 16:36 | hudsonbot | Checkin | |
2013-04-22 16:36 | hudsonbot | Note Added: 0058114 | |
2013-04-22 16:36 | hudsonbot | Checkin | |
2013-04-22 16:36 | hudsonbot | Note Added: 0058115 | |
2013-04-23 15:38 | AugustoMauch | Note Added: 0058133 | |
2013-04-23 15:38 | AugustoMauch | Status | resolved => closed |
2013-04-23 15:38 | AugustoMauch | Fixed in Version | => 3.0MP23 |
2013-04-23 21:03 | hudsonbot | Checkin | |
2013-04-23 21:03 | hudsonbot | Note Added: 0058151 | |
2013-04-23 21:03 | hudsonbot | Checkin | |
2013-04-23 21:03 | hudsonbot | Note Added: 0058152 |
Copyright © 2000 - 2009 MantisBT Group |