Openbravo Issue Tracking System - Openbravo ERP | ||||||||||||
View Issue Details | ||||||||||||
ID | Project | Category | View Status | Date Submitted | Last Update | |||||||
0040933 | Openbravo ERP | A. Platform | public | 2019-05-22 10:22 | 2019-05-29 13:51 | |||||||
Reporter | guillermogil | |||||||||||
Assigned To | AugustoMauch | |||||||||||
Priority | normal | Severity | minor | Reproducibility | always | |||||||
Status | closed | Resolution | fixed | |||||||||
Platform | OS | 5 | OS Version | |||||||||
Product Version | ||||||||||||
Target Version | Fixed in Version | 3.0PR19Q3 | ||||||||||
Merge Request Status | ||||||||||||
Review Assigned To | caristu | |||||||||||
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 | 0040933: Export database changes Index order if a template removes it | |||||||||||
Description | If you have a template that removes an index it will be moved to a different position on the XML file and it will fail on the DBCons test. | |||||||||||
Steps To Reproduce | - Create a template that removes EM_OBPOS_ORDER_DELIVERED index - Put POSTerminal module in development - Export database - The following diff appears diff -r 44ecec5ee66a src-db/database/model/modifiedTables/C_ORDER.xml --- a/src-db/database/model/modifiedTables/C_ORDER.xml Tue May 21 19:01:42 2019 +0200 +++ b/src-db/database/model/modifiedTables/C_ORDER.xml Wed May 22 07:46:02 2019 +0000 @@ -65,9 +65,6 @@ <index name="EM_OBPOS_DOCTYPE_IDX" unique="false"> <index-column name="C_DOCTYPE_ID"/> </index> - <index name="EM_OBPOS_ORDER_DELIVERED" unique="false"> - <index-column name="ISDELIVERED"/> - </index> <index name="EM_OBPOS_ORDER_DOCNO_TRGM" unique="false" containsSearch="true"> <index-column name="functionBasedColumn" functionExpression="UPPER(DOCUMENTNO)"/> </index> @@ -78,6 +75,9 @@ <index-column name="EM_OBPOS_REJECTED_QUOTAT_ID"/> <whereClause><![CDATA[EM_OBPOS_REJECTED_QUOTAT_ID IS NOT NULL]]></whereClause> </index> + <index name="EM_OBPOS_ORDER_DELIVERED" unique="false"> + <index-column name="ISDELIVERED"/> + </index> <check name="EM_OBPOS_ISDELETED_CHECK"><![CDATA[EM_OBPOS_ISDELETED IN ('Y', 'N')]]></check> <check name="EM_OBPOS_ISLAYAWAY_CHK"><![CDATA[EM_OBPOS_ISLAYAWAY IN ('Y', 'N')]]></check> </table> | |||||||||||
Proposed Solution | ||||||||||||
Additional Information | ||||||||||||
Tags | No tags attached. | |||||||||||
Relationships |
| |||||||||||
Attached Files | ||||||||||||
Issue History | ||||||||||||
Date Modified | Username | Field | Change | |||||||||
2019-05-22 10:22 | guillermogil | New Issue | ||||||||||
2019-05-22 10:22 | guillermogil | Assigned To | => platform | |||||||||
2019-05-22 10:22 | guillermogil | Modules | => Core | |||||||||
2019-05-22 10:22 | guillermogil | Triggers an Emergency Pack | => No | |||||||||
2019-05-22 18:06 | shuehner | Issue Monitored: shuehner | ||||||||||
2019-05-27 11:48 | AugustoMauch | Review Assigned To | => caristu | |||||||||
2019-05-27 11:51 | hgbot | Checkin | ||||||||||
2019-05-27 11:51 | hgbot | Note Added: 0112160 | ||||||||||
2019-05-27 11:51 | hgbot | Status | new => resolved | |||||||||
2019-05-27 11:51 | hgbot | Resolution | open => fixed | |||||||||
2019-05-27 11:51 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/dbsm-main/rev/e770a97e88cf59a8d2ae3ac8f8a02fa1b5814c90 [^] | |||||||||
2019-05-27 11:51 | hgbot | Checkin | ||||||||||
2019-05-27 11:51 | hgbot | Note Added: 0112161 | ||||||||||
2019-05-27 11:51 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/dbsm-main/rev/e770a97e88cf59a8d2ae3ac8f8a02fa1b5814c90 [^] => http://code.openbravo.com/erp/devel/pi/rev/a45b06d2479ee27970c45e3653cceb89098be2fb [^] | |||||||||
2019-05-27 17:38 | caristu | Relationship added | related to 0032211 | |||||||||
2019-05-27 17:47 | caristu | Assigned To | platform => AugustoMauch | |||||||||
2019-05-27 17:47 | caristu | Note Added: 0112182 | ||||||||||
2019-05-27 17:47 | caristu | Status | resolved => new | |||||||||
2019-05-27 17:47 | caristu | Resolution | fixed => open | |||||||||
2019-05-27 18:01 | hgbot | Checkin | ||||||||||
2019-05-27 18:01 | hgbot | Note Added: 0112183 | ||||||||||
2019-05-27 18:01 | hgbot | Status | new => resolved | |||||||||
2019-05-27 18:01 | hgbot | Resolution | open => fixed | |||||||||
2019-05-27 18:01 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/a45b06d2479ee27970c45e3653cceb89098be2fb [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/0c831934d9a77a4cfc4df1b0fa1800c4e203a7d0 [^] | |||||||||
2019-05-27 18:04 | AugustoMauch | Note Added: 0112184 | ||||||||||
2019-05-27 21:02 | hudsonbot | Checkin | ||||||||||
2019-05-27 21:02 | hudsonbot | Note Added: 0112186 | ||||||||||
2019-05-29 13:51 | caristu | Note Added: 0112225 | ||||||||||
2019-05-29 13:51 | caristu | Status | resolved => closed | |||||||||
2019-05-29 13:51 | caristu | Fixed in Version | => 3.0PR19Q3 |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|