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

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0020647
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Openbravo ERP] 00. Application dictionarytrivialalways2012-05-30 15:512012-06-12 11:17
ReporterjvazquezView Statuspublic 
Assigned Tonaiaramartinez 
PrioritynormalResolutionfixedFixed in Version3.0MP13
StatusclosedFix in branchpiFixed in SCM revisionca313a1ecdf8
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionpiSCM revision 
Review Assigned To
Web browser
ModulesCore
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0020647: Fin_payment_run_para has same constraint twice

DescriptionFin_payment_run_para has check constraint isactive equals 'Y' or 'N' twice.
Steps To ReproduceGo to https://code.openbravo.com/erp/devel/pi/file/97173c37d435/src-db/database/model/tables/FIN_PAYMENT_RUN_PARA.xml. [^]
Check lines 64 and 65:
64 <check name="FIN_PAYMENTRUNPARA_ACTIVE_CHK"><![CDATA[ISACTIVE IN ('Y', 'N')]]></check>
65 <check name="FIN_PAYMENTRUNPARA_VALCHK_CHK"><![CDATA[ISACTIVE IN ('Y', 'N')]]></check>
Proposed SolutionRemove one constraint.
TagsNo tags attached.
Attached Files

- Relationships Relation Graph ] Dependency Graph ]
related to design defect 0020646 newdmiguelez Some isactive columns lack check constraint 

-  Notes
(0049550)
naiaramartinez (developer)
2012-05-31 17:14

Test Plan:
  Go to the database and check the definition of the fin_payment_run_para table.
  Notice that the check constraint for Active field, is only defined once.
(0049746)
hgbot (developer)
2012-06-12 11:15

Repository: erp/devel/pi
Changeset: ca313a1ecdf869a1d64c410664563793affe0e2e
Author: Naiara Martinez <naiara.martinez <at> openbravo.com>
Date: Thu May 31 17:10:45 2012 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/ca313a1ecdf869a1d64c410664563793affe0e2e [^]

fixed bug 20647 Remove duplicated constraint

---
M src-db/database/model/tables/FIN_PAYMENT_RUN_PARA.xml
---
(0049750)
mirurita (developer)
2012-06-12 11:17

code review + testing OK

duplicate constraint removed.

- Issue History
Date Modified Username Field Change
2012-05-30 15:51 jvazquez New Issue
2012-05-30 15:51 jvazquez Assigned To => alostale
2012-05-30 15:51 jvazquez Modules => Core
2012-05-30 15:52 jvazquez Relationship added related to 0020646
2012-05-31 15:14 alostale Assigned To alostale => mirurita
2012-05-31 17:07 naiaramartinez Assigned To mirurita => naiaramartinez
2012-05-31 17:14 naiaramartinez Note Added: 0049550
2012-05-31 17:14 naiaramartinez Status new => scheduled
2012-05-31 17:14 naiaramartinez fix_in_branch => pi
2012-06-12 11:15 hgbot Checkin
2012-06-12 11:15 hgbot Note Added: 0049746
2012-06-12 11:15 hgbot Status scheduled => resolved
2012-06-12 11:15 hgbot Resolution open => fixed
2012-06-12 11:15 hgbot Fixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/ca313a1ecdf869a1d64c410664563793affe0e2e [^]
2012-06-12 11:17 mirurita Note Added: 0049750
2012-06-12 11:17 mirurita Status resolved => closed
2012-06-12 11:17 mirurita Fixed in Version => 3.0MP13


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker