Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0014802 | Openbravo ERP | Y. DBSourceManager | public | 2010-10-06 18:39 | 2010-10-30 11:24 |
|
Reporter | marvintm | |
Assigned To | marvintm | |
Priority | normal | 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 | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0014802: update.database.mod doesn't support modules with more than one dbprefix |
Description | The update.database.mod task doesn't support modules with more than one dbprefix. As this is something which will be needed for the new UI modules, this needs to be fixed. |
Steps To Reproduce | |
Proposed Solution | Update.database.mod task will be replaced by update.database in the module management console build. |
Additional Information | |
Tags | No tags attached. |
Relationships | |
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-10-06 18:39 | marvintm | New Issue | |
2010-10-06 18:39 | marvintm | Assigned To | => marvintm |
2010-10-06 18:39 | marvintm | OBNetwork customer | => No |
2010-10-06 18:42 | hgbot | Checkin | |
2010-10-06 18:42 | hgbot | Note Added: 0031624 | |
2010-10-06 18:42 | hgbot | Status | new => resolved |
2010-10-06 18:42 | hgbot | Resolution | open => fixed |
2010-10-06 18:42 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/8941ac1906bd640bbf49ca9cfbb059adf23a07cc [^] |
2010-10-08 15:01 | hgbot | Checkin | |
2010-10-08 15:01 | hgbot | Note Added: 0031690 | |
2010-10-08 20:59 | hudsonbot | Checkin | |
2010-10-08 20:59 | hudsonbot | Note Added: 0031718 | |
2010-10-27 19:05 | shuehner | Note Added: 0032276 | |
2010-10-27 19:05 | shuehner | Status | resolved => closed |
2010-10-30 11:24 | anonymous | sf_bug_id | 0 => 3098742 |
Notes |
|
(0031624)
|
hgbot
|
2010-10-06 18:42
|
|
Repository: erp/devel/pi
Changeset: 8941ac1906bd640bbf49ca9cfbb059adf23a07cc
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Wed Oct 06 18:40:52 2010 +0200
URL: http://code.openbravo.com/erp/devel/pi/rev/8941ac1906bd640bbf49ca9cfbb059adf23a07cc [^]
Fixed issue 14802. Update.database.mod replaced by update.database.
---
M build.xml
M src-core/src/org/openbravo/base/BuildTask.java
M src-db/database/lib/dbsourcemanager.jar
---
|
|
|
(0031690)
|
hgbot
|
2010-10-08 15:01
|
|
|
|
|
|
|
|
Reviewed & testing. Main technical change: always use (full) update.database instead of sometimes update.database.mod.
Testing done:
- install simple module (should do incremental build)
- install template (should do full build)
- install a pack+template (should do full build)
- update core (full build)
- uninstall module (full build)
All working fine. |
|