Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014193 | Openbravo ERP | Y. DBSourceManager | public | 2010-08-16 10:00 | 2010-08-17 13:02 |
|
Reporter | marvintm | |
Assigned To | alostale | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Review Assigned To | |
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 | 0014193: Oncreatedefault for column commercial_tier in ad_module is illegal, because it references other columns |
Description | Currently, oncreatedefaults which make a reference to other columns do not work, due to an issue in dbsourcemanager:
https://issues.openbravo.com/view.php?id=14020 [^]
As the fix for this issue was just recently reverted, the oncreatedefault will no longer work. Therefore, it needs to be removed. |
Steps To Reproduce | |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0014020 | | scheduled | marvintm | oncreatedefaults which reference other columns from the same record are not correctly executed |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-08-16 10:00 | marvintm | New Issue | |
2010-08-16 10:00 | marvintm | Assigned To | => alostale |
2010-08-16 10:01 | marvintm | Relationship added | related to 0014020 |
2010-08-16 11:00 | hgbot | Checkin | |
2010-08-16 11:00 | hgbot | Note Added: 0029993 | |
2010-08-16 11:00 | hgbot | Status | new => resolved |
2010-08-16 11:00 | hgbot | Resolution | open => fixed |
2010-08-16 11:00 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/c1409977273ee79d628b799fa3fb1db7416ea556 [^] |
2010-08-16 14:16 | hgbot | Checkin | |
2010-08-16 14:16 | hgbot | Note Added: 0030019 | |
2010-08-16 14:19 | hgbot | Checkin | |
2010-08-16 14:19 | hgbot | Note Added: 0030020 | |
2010-08-16 16:39 | marvintm | Note Added: 0030026 | |
2010-08-16 16:39 | marvintm | Status | resolved => closed |
2010-08-17 00:00 | anonymous | sf_bug_id | 0 => 3046651 |
2010-08-17 08:39 | hgbot | Checkin | |
2010-08-17 08:39 | hgbot | Note Added: 0030041 | |
2010-08-17 13:02 | hudsonbot | Checkin | |
2010-08-17 13:02 | hudsonbot | Note Added: 0030055 | |
2010-08-17 13:02 | hudsonbot | Checkin | |
2010-08-17 13:02 | hudsonbot | Note Added: 0030057 | |
2010-08-17 13:02 | hudsonbot | Checkin | |
2010-08-17 13:02 | hudsonbot | Note Added: 0030058 | |
2010-08-17 13:02 | hudsonbot | Checkin | |
2010-08-17 13:02 | hudsonbot | Note Added: 0030061 | |
Notes |
|
(0029993)
|
hgbot
|
2010-08-16 11:00
|
|
Repository: erp/devel/pi
Changeset: c1409977273ee79d628b799fa3fb1db7416ea556
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Aug 16 10:59:33 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/c1409977273ee79d628b799fa3fb1db7416ea556 [^]
fixed issue 14193: Oncreatedefault for column commercial_tier in ad_module is illegal
Removed mandatoriness from ad_module.commercial_tier column, now when it is first created
it takes null by default so oncreate default clause is not needed anymore
---
M src-db/database/model/tables/AD_MODULE.xml
M src-db/database/model/triggers/AD_MODULE_VERSION_TRG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_MODULE.xml
M src-db/database/sourcedata/AD_REF_LIST.xml
---
|
|
|
(0030019)
|
hgbot
|
2010-08-16 14:16
|
|
Repository: erp/devel/pi
Changeset: 9eed83e933e426be8174621cca8a12d6edb3b270
Author: Asier Lostalé <asier.lostale <at> openbravo.com>
Date: Mon Aug 16 14:16:06 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/9eed83e933e426be8174621cca8a12d6edb3b270 [^]
related to issue 14193: Removed NA from ad_module_install
---
M src-db/database/model/tables/AD_MODULE_INSTALL.xml
M src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0030020)
|
hgbot
|
2010-08-16 14:19
|
|
|
|
|
Verified that after the change modules can be installed correctly (even if they don't include tier information), and that newly created modules are still subject to the correct commercial restrictions (if a module is created and defined as commercial, a tier needs to be specified). |
|
|
(0030041)
|
hgbot
|
2010-08-17 08:39
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|