Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0024820
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] A. Platformminorhave not tried2013-09-24 12:422013-09-25 09:32
ReporterAugustoMauchView Statuspublic 
Assigned ToAugustoMauch 
PrioritynormalResolutionfixedFixed in Version3.0MP28
StatusclosedFix in branchFixed in SCM revision92740d37c7e2
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned Toshankarb
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0024820: Order Date criteria is applied in the Organization filter

DescriptionOrder Date criteria is applied in the Organization filter
Steps To ReproduceTest here:https://livebuilds.openbravo.com/erp_mp_3.0MP27/ [^]
- As F&B Admin
- Open Purchase Order. Do not clear the filters
- Open the Order Date filter.
- Select any date and click the OK button.
- Notice that the criteria has been applied to the Organization filter

This issue is no longer reproducible in pi, but one of its underlying causes is still not fixed.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0061367)
hgbot (developer)
2013-09-24 12:47

Repository: erp/devel/pi
Changeset: 92740d37c7e2b5b786417a1e03f808cb5b721ec1
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Sep 24 12:46:38 2013 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/92740d37c7e2b5b786417a1e03f808cb5b721ec1 [^]

Fixes issue 24820: Criteria is applied only to the proper filter

There was a problem in the implementation of the canEditCriterion function:

  canEditCriterion: function (criterion) {
    return criterion && (criterion.fieldName === this.name || (criterion.fieldName === this.criteriaField));
  },

If both criterion.fieldName and this.criteriaField were undefined, it returned true. If this.criteriaField is undefined it should have returned false.

---
M modules/org.openbravo.client.application/web/org.openbravo.client.application/js/form/formitem/ob-formitem-fk-filter.js
---
(0061378)
hudsonbot (developer)
2013-09-24 20:10

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/af5a5f1a0fe1 [^]

Maturity status: Test
(0061380)
shankarb (reporter)
2013-09-25 09:32

Code reviewed and verified in pi changeset 684d905cbcc1

- Issue History
Date Modified Username Field Change
2013-09-24 12:42 AugustoMauch New Issue
2013-09-24 12:42 AugustoMauch Assigned To => AugustoMauch
2013-09-24 12:42 AugustoMauch Modules => Core
2013-09-24 12:42 AugustoMauch Triggers an Emergency Pack => No
2013-09-24 12:46 AugustoMauch Issue Monitored: shankarb
2013-09-24 12:46 AugustoMauch Review Assigned To => shankarb
2013-09-24 12:47 hgbot Checkin
2013-09-24 12:47 hgbot Note Added: 0061367
2013-09-24 12:47 hgbot Status new => resolved
2013-09-24 12:47 hgbot Resolution open => fixed
2013-09-24 12:47 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/92740d37c7e2b5b786417a1e03f808cb5b721ec1 [^]
2013-09-24 20:10 hudsonbot Checkin
2013-09-24 20:10 hudsonbot Note Added: 0061378
2013-09-25 09:32 shankarb Note Added: 0061380
2013-09-25 09:32 shankarb Status resolved => closed
2013-09-25 09:32 shankarb Fixed in Version => 3.0MP28


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker