Openbravo Issue Tracking System - Modules | |||||
View Issue Details | |||||
ID | Project | Category | View Status | Date Submitted | Last Update |
0034984 | Modules | Cash VAT Management | public | 2017-01-17 16:57 | 2017-01-19 10:04 |
Reporter | aferraz | ||||
Assigned To | vmromanos | ||||
Priority | urgent | Severity | critical | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | OS | 30 | OS Version | Professional Appliance | |
Product Version | |||||
Target Version | Fixed in Version | ||||
Merge Request Status | |||||
Regression date | |||||
Regression introduced by commit | |||||
Regression level | |||||
Review Assigned To | aferraz | ||||
Support ticket | |||||
OBNetwork customer | No | ||||
Regression introduced in release | |||||
Summary | 0034984: AddMissingCashVATPayments modulescript does not release the connection | ||||
Description | AddMissingCashVATPayments modulescript does not release the connection. AddMissingCashVATPayments.selectMissedPaymentDetails query retrieves a scrollable which is not closed in the modulescript. Thus, the connection is not released and install.source task is not completed. | ||||
Steps To Reproduce | Install Cash VAT Management module (version >= 1.0.200). Run ant install.source task. Realize task does not end and it is locked in following step: Enabling constraints. | ||||
Proposed Solution | Add the following code at the end of the modulescript: finally { if (data != null){ data.close(); } } | ||||
Additional Information | |||||
Tags | No tags attached. | ||||
Relationships | |||||
Attached Files | |||||
Issue History | |||||
Date Modified | Username | Field | Change | ||
2017-01-17 16:57 | aferraz | New Issue | |||
2017-01-17 16:57 | aferraz | Assigned To | => Triage Finance | ||
2017-01-17 16:57 | aferraz | OBNetwork customer | => No | ||
2017-01-17 17:00 | aferraz | Proposed Solution updated | |||
2017-01-17 19:13 | vmromanos | Status | new => scheduled | ||
2017-01-17 19:13 | vmromanos | Assigned To | Triage Finance => vmromanos | ||
2017-01-17 19:47 | vmromanos | Note Added: 0093669 | |||
2017-01-17 19:49 | hgbot | Checkin | |||
2017-01-17 19:49 | hgbot | Note Added: 0093670 | |||
2017-01-17 19:49 | hgbot | Status | scheduled => resolved | ||
2017-01-17 19:49 | hgbot | Resolution | open => fixed | ||
2017-01-17 19:49 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/mods/org.openbravo.module.cashvat/rev/a96bfb231d0697aed4d517ba23594e9b4d0a6147 [^] | ||
2017-01-17 19:50 | vmromanos | Review Assigned To | => aferraz | ||
2017-01-19 10:04 | aferraz | Note Added: 0093723 | |||
2017-01-19 10:04 | aferraz | Status | resolved => closed |
Notes | |||||
|
|||||
|
|
||||
|
|||||
|
|
||||
|
|||||
|
|