Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0036824Openbravo ERPA. Platformpublic2017-09-11 14:332017-09-21 16:49
alostale 
alostale 
immediateminorhave not tried
closedfixed 
5
 
3.0PR17Q4 
caristu
Core
2017-08-11
pi
http://code.openbravo.com/erp/devel/pi/rev/f8c3d0a4f7a47808cd21001bc5c258a98214dfbd [^]
No
0036824: false DB modified positive detected after compile.complete
Having modules in development that include translatable elements, update.database after compile.complete fails because changes in AD_TextInterfaces table are detected.
1. In a clean instance set core in development: update ad_module set isindevelopment='Y' where ad_module_id ='0';
2. Execute compile.complete
3. Execute update.database
  -> FAILS:
     [java] 22551 WARN - Change detected in table: AD_TextInterfaces
     [java] 22585 ERROR - Database has local changes. Update.database will not be done. You should export your changed modules before doing update.database, so that your Application Dictionary changes are preserved.
No tags attached.
caused by defect 0036755 closed alostale inefficient translate task 
Issue History
2017-09-11 14:33alostaleNew Issue
2017-09-11 14:33alostaleAssigned To => platform
2017-09-11 14:33alostaleModules => Core
2017-09-11 14:33alostaleTriggers an Emergency Pack => No
2017-09-11 14:34alostaleRegression date => 2017-08-11
2017-09-11 14:34alostaleRegression introduced in release => pi
2017-09-11 14:34alostaleRegression introduced by commit => http://code.openbravo.com/erp/devel/pi/rev/f8c3d0a4f7a47808cd21001bc5c258a98214dfbd [^]
2017-09-11 14:35alostaleAssigned Toplatform => alostale
2017-09-11 14:35alostalePrioritynormal => immediate
2017-09-11 14:35alostaleRelationship addedcaused by 0036755
2017-09-11 14:52alostaleReview Assigned To => caristu
2017-09-11 14:58hgbotCheckin
2017-09-11 14:58hgbotNote Added: 0098945
2017-09-11 14:58hgbotStatusnew => resolved
2017-09-11 14:58hgbotResolutionopen => fixed
2017-09-11 14:58hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/2148091224bef4cc862faf6eda30ac91d3e847bb [^]
2017-09-15 12:04caristuNote Added: 0099067
2017-09-15 12:04caristuStatusresolved => closed
2017-09-15 12:04caristuFixed in Version => 3.0PR17Q4
2017-09-21 16:49hudsonbotCheckin
2017-09-21 16:49hudsonbotNote Added: 0099375

Notes
(0098945)
hgbot   
2017-09-11 14:58   
Repository: erp/devel/pi
Changeset: 2148091224bef4cc862faf6eda30ac91d3e847bb
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Sep 11 14:47:59 2017 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/2148091224bef4cc862faf6eda30ac91d3e847bb [^]

fixed bug 36824: false DB modified positive detected after compile.complete

  compile.compile marks all entries in ad_textinterfaces as not used to later,
  mark the actually used ones (while parsing) as used.

  As this is part of source data, audit fields shoudln't be updated by this
  process, other way, those records will be detected as modified after last
  update preventing next one to occur.

---
M src-trl/src/org/openbravo/translate/Translate_data.xsql
---
(0099067)
caristu   
2017-09-15 12:04   
Code reviewed + tested OK
(0099375)
hudsonbot   
2017-09-21 16:49   
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/9750b78d3e5c [^]
Maturity status: Test