Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0015408 | Openbravo ERP | A. Platform | public | 2010-12-02 13:16 | 2010-12-30 13:13 |
|
Reporter | shuehner | |
Assigned To | marvintm | |
Priority | urgent | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | 2.50MP24 | |
Target Version | 2.50MP25 | 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 | 0015408: Usuing Dataset: 'Export referencedata' trigger 'db has local changes check' but is not protected by 'isindevelopment' |
Description | After issue 15178 was implemented the 'export referencedata' does modify the ad_dataset row of the dataset being exported (to write a checksum there).
This will prevent all further update.database calls (i.e. update/install of modules) until this changed ad_dataset row is exported.
However the user does not know this as this action (export referencedata) is not protected by the 'You need to set the module into development' check which is present in all other actions requiring to export a module afterwards. |
Steps To Reproduce | Install i.e. 3.0rc3 (this means no module in development)
Goto the dataset window
locate entry to 'My openbravo'
use the 'export referencedata' button
run ant update.database
This will fail with the 'db has local changes' message
|
Proposed Solution | When exporting a dataset/referencedata require the module containing it to be in development.
|
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | defect | 0015353 | 2.50MP25 | closed | marvintm | Usuing Dataset: 'Export referencedata' trigger 'db has local changes check' but is not protected by 'isindevelopment' |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2010-12-13 12:58 | marvintm | Type | defect => backport |
2010-12-13 12:58 | marvintm | fix_in_branch | => 2.50 |
2010-12-13 13:07 | hgbot | Checkin | |
2010-12-13 13:07 | hgbot | Note Added: 0033124 | |
2010-12-13 13:07 | hgbot | Status | scheduled => resolved |
2010-12-13 13:07 | hgbot | Resolution | open => fixed |
2010-12-13 13:07 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/stable/2.50/rev/f885981148aa1a30b66f70b3249e03cbc0967f68 [^] |
2010-12-14 12:42 | hgbot | Checkin | |
2010-12-14 12:42 | hgbot | Note Added: 0033162 | |
2010-12-14 16:04 | hgbot | Checkin | |
2010-12-14 16:04 | hgbot | Note Added: 0033171 | |
2010-12-14 16:04 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/stable/2.50/rev/f885981148aa1a30b66f70b3249e03cbc0967f68 [^] => http://code.openbravo.com/erp/stable/2.50/rev/05985d41095b6cafdcd5731671db7eea86421535 [^] |
2010-12-14 17:49 | shuehner | Note Added: 0033177 | |
2010-12-14 17:49 | shuehner | Status | resolved => closed |
2010-12-30 13:13 | hudsonbot | Checkin | |
2010-12-30 13:13 | hudsonbot | Note Added: 0033442 | |
Notes |
|
(0033124)
|
hgbot
|
2010-12-13 13:07
|
|
Repository: erp/stable/2.50
Changeset: f885981148aa1a30b66f70b3249e03cbc0967f68
Author: Antonio Moreno <antonio.moreno <at> openbravo.com>
Date: Mon Dec 13 13:06:41 2010 +0100
URL: http://code.openbravo.com/erp/stable/2.50/rev/f885981148aa1a30b66f70b3249e03cbc0967f68 [^]
Fixed issue 15408. The process will check if the module is in development before running.
---
M src/org/openbravo/erpCommon/ad_actionButton/ExportReferenceData.java
---
|
|
|
(0033162)
|
hgbot
|
2010-12-14 12:42
|
|
|
|
(0033171)
|
hgbot
|
2010-12-14 16:04
|
|
|
|
|
Tested on stable/2.50 (Rev: 2fbe2449d3ac) working fine now. However autosave is now disabled for the 'Export Reference Data' button in the 'Dataset' window. |
|
|
|
|