Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0027379 | Openbravo ERP | A. Platform | public | 2014-08-19 20:37 | 2014-09-24 08:47 |
|
Reporter | jecharri | |
Assigned To | shankarb | |
Priority | high | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | pi | |
Target Version | | Fixed in Version | 3.0PR14Q4 | |
Merge Request Status | |
Review Assigned To | alostale |
OBNetwork customer | OBPS |
Web browser | Google Chrome |
Modules | Core |
Support ticket | 29962 |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0027379: Module management window should show more information in openbravo.log file at minimum |
Description | Module management window should show more information in openbravo.log file at minimum
|
Steps To Reproduce | -try to install a module when you have database cahnges
You will receive the "changes have been found" popup but you don't know if there are structural changes or changes in tables with AD_ prefix like AD_table, AD_window, AD_field.
It should display more information about what has changed |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0027378 | 3.0PR15Q1 | closed | AugustoMauch | Openbravo detects that there are database changes when it should not due to session configuration in ORACLE |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2014-08-19 20:37 | jecharri | New Issue | |
2014-08-19 20:37 | jecharri | Assigned To | => AugustoMauch |
2014-08-19 20:37 | jecharri | OBNetwork customer | => Yes |
2014-08-19 20:37 | jecharri | Web browser | => Google Chrome |
2014-08-19 20:37 | jecharri | Modules | => Core |
2014-08-19 20:37 | jecharri | Support ticket | => 29962 |
2014-08-19 20:37 | jecharri | Resolution time | => 1414796400 |
2014-08-19 20:37 | jecharri | Triggers an Emergency Pack | => No |
2014-08-19 20:37 | jecharri | Issue generated from | 0027378 |
2014-08-19 20:37 | jecharri | Relationship added | related to 0027378 |
2014-08-19 20:42 | shuehner | Note Added: 0069529 | |
2014-08-19 20:42 | shuehner | Issue Monitored: shuehner | |
2014-08-22 11:09 | AugustoMauch | Web browser | Google Chrome => Google Chrome |
2014-08-22 11:09 | AugustoMauch | Steps to Reproduce Updated | bug_revision_view_page.php?rev_id=6417#r6417 |
2014-09-15 08:17 | shankarb | Status | new => scheduled |
2014-09-15 08:17 | shankarb | fix_in_branch | => pi |
2014-09-15 08:19 | shankarb | Assigned To | AugustoMauch => shankarb |
2014-09-16 15:31 | shankarb | Review Assigned To | => alostale |
2014-09-16 15:31 | shankarb | Web browser | Google Chrome => Google Chrome |
2014-09-16 15:31 | shankarb | fix_in_branch | pi => |
2014-09-16 15:32 | shankarb | Issue Monitored: alostale | |
2014-09-16 15:34 | hgbot | Checkin | |
2014-09-16 15:34 | hgbot | Note Added: 0070148 | |
2014-09-16 15:34 | hgbot | Status | scheduled => resolved |
2014-09-16 15:34 | hgbot | Resolution | open => fixed |
2014-09-16 15:34 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/b575a744497a433447ce5384c7ee9312c1fc71ca [^] |
2014-09-17 01:50 | hudsonbot | Checkin | |
2014-09-17 01:50 | hudsonbot | Note Added: 0070162 | |
2014-09-22 10:17 | hgbot | Checkin | |
2014-09-22 10:17 | hgbot | Note Added: 0070224 | |
2014-09-22 10:17 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/pi/rev/b575a744497a433447ce5384c7ee9312c1fc71ca [^] => http://code.openbravo.com/erp/devel/dbsm-main/rev/672f90d0eb6a9007ee57059bcdaa489478bf85b8 [^] |
2014-09-24 08:47 | alostale | Note Added: 0070298 | |
2014-09-24 08:47 | alostale | Status | resolved => closed |
2014-09-24 08:47 | alostale | Fixed in Version | => 3.0PR14Q4 |
Notes |
|
|
Note at least log into openbravo.log i.e. warn level if ad_db_modified or the check against AD dataset data produces the local changes info.
When changing that please also verify that the log.warn statement inside obdata.java (from dbsm-main dbsourcemanager sourcecode) does go into openbravo.log (it should as we pass logger instance in ModuleManagement.java to the hasChanged call but please verify) |
|
|
(0070148)
|
hgbot
|
2014-09-16 15:34
|
|
Repository: erp/devel/pi
Changeset: b575a744497a433447ce5384c7ee9312c1fc71ca
Author: Shankar Balachandran <shankar.balachandran <at> openbravo.com>
Date: Tue Sep 16 19:03:27 2014 +0530
URL: http://code.openbravo.com/erp/devel/pi/rev/b575a744497a433447ce5384c7ee9312c1fc71ca [^]
Fixes issue 27379: Modified tables are displayed in build popup.
When installing new modules in module management, if there are local changes,
the modified tables are displayed.
---
M src-db/database/lib/dbsourcemanager.jar
M src-db/database/sourcedata/AD_MESSAGE.xml
M src/org/openbravo/erpCommon/ad_forms/ModuleManagement.java
---
|
|
|
|
|
|
(0070224)
|
hgbot
|
2014-09-22 10:17
|
|
|
|
|
|