Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0018236 | Openbravo ERP | 02. Master data management | public | 2011-08-09 15:35 | 2011-08-31 13:36 |
|
Reporter | mtaal | |
Assigned To | jecharri | |
Priority | normal | Severity | major | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP3 | Fixed in Version | 3.0MP3 | |
Merge Request Status | |
Review Assigned To | |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0018236: Display logic of tax category field in product tab gives jslint warning |
Description | The tax category field (and in the product window has an display logic:
@IsSold@='Y' | @IsPurchased@='Y' & @IsSummary@='N'
This gives this jslint warning (note jslint warnings are displayed in the console if at least on module is in development):
Core.View:1302:117: The '&&' subexpression should be wrapped in parens. >> offending code: return !this.hiddenInForm && context && (currentValues.sale === true || currentValues.purchase === true && currentValues.summaryLevel === false);
Core.View:2191:97: The '&&' subexpression should be wrapped in parens. >> offending code: return context && (currentValues.sale === true || currentValues.purchase === true && currentValues.summaryLevel === false); |
Steps To Reproduce | * Set at least one module in development
* Go to the product window and check the console |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2011-08-09 15:35 | mtaal | New Issue | |
2011-08-09 15:35 | mtaal | Assigned To | => gorkaion |
2011-08-09 15:35 | mtaal | Modules | => Core |
2011-08-09 15:35 | mtaal | OBNetwork customer | => No |
2011-08-10 08:57 | gorkaion | Assigned To | gorkaion => jonalegriaesarte |
2011-08-18 14:12 | hgbot | Checkin | |
2011-08-18 14:12 | hgbot | Note Added: 0040314 | |
2011-08-18 14:12 | hgbot | Status | new => resolved |
2011-08-18 14:12 | hgbot | Resolution | open => fixed |
2011-08-18 14:12 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8afb69d7545efb49ef1bc866d0e2086dcca9573a [^] |
2011-08-22 18:39 | hudsonbot | Checkin | |
2011-08-22 18:39 | hudsonbot | Note Added: 0040414 | |
2011-08-31 13:32 | jonalegriaesarte | Assigned To | jonalegriaesarte => jecharri |
2011-08-31 13:36 | jonalegriaesarte | Note Added: 0040625 | |
2011-08-31 13:36 | jonalegriaesarte | Status | resolved => closed |
2011-08-31 13:36 | jonalegriaesarte | Fixed in Version | => 3.0MP3 |