Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0010289Openbravo ERPA. Platformpublic2009-08-17 11:492009-08-21 00:00
marvintm 
marvintm 
immediatemajorhave not tried
closedfixed 
5
 
pi 
Core
No
0010289: Modules cannot be applied to pi, a not null restriction is violated
As part of the Instance Activation window, new required columns were added to AD_MODULE table. However, the same columns were not added to the AD_MODULE_INSTALL table.

This means that modules cannot be applied, due to missing information, as the information about the module is first inserted into the AD_MODULE_INSTALL table, at which point loss of the information in the new columns has been lost.
Just try to install a module. When applying it, it should fail.
The new columns need to also be added to AD_MODULE_INSTALL.
No tags attached.
Issue History
2009-08-17 11:49marvintmNew Issue
2009-08-17 11:49marvintmAssigned To => marvintm
2009-08-17 11:52hgbotCheckin
2009-08-17 11:52hgbotNote Added: 0018965
2009-08-17 11:52hgbotStatusnew => resolved
2009-08-17 11:52hgbotResolutionopen => fixed
2009-08-17 11:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/pi/rev/f6572e35384b728db02c2edec26de7556be479a8 [^]
2009-08-17 12:30AinhoaPagolaNote Added: 0018968
2009-08-20 13:20plujanStatusresolved => closed
2009-08-21 00:00anonymoussf_bug_id0 => 2841466

Notes
(0018965)
hgbot   
2009-08-17 11:52   
Repository: erp/devel/pi
Changeset: f6572e35384b728db02c2edec26de7556be479a8
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Aug 17 11:51:10 2009 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/f6572e35384b728db02c2edec26de7556be479a8 [^]

Fixed issue 10289. Columns added to AD_MODULE_INSTALL table, so that modules can be applied again.

---
M src-db/database/model/tables/AD_MODULE_INSTALL.xml
---
(0018968)
AinhoaPagola   
2009-08-17 12:30   
I have tested the issue and the fix works fine for me.

Thank you marvintm for fixing it so fast!