Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0038751 | Modules | Advanced Warehouse Operations | public | 2018-06-13 13:54 | 2018-06-18 09:59 |
|
Reporter | guilleaer | |
Assigned To | guilleaer | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | marvintm |
Support ticket | |
OBNetwork customer | |
Regression introduced in release | |
|
Summary | 0038751: [AWOFE] obawo_getjsondescription PLSQL function is already in core. Use it and remove from awo module |
Description | M_GETJSONDESCRIPTION was moved to core. AWO should use it instead of OBAWO_GETJSONDESCRIPTION.
First M_GETJSONDESCRIPTION should be updated with last changes done in OBAWO_GETJSONDESCRIPTION |
Steps To Reproduce | N/A |
Proposed Solution | remove OBAWO_GETJSONDESCRIPTION
use M_GETJSONDESCRIPTION
Adapt AWO code to use the new one. |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | defect | 0038599 | | closed | guilleaer | Not possible to log in AWO Front End if an attribute value has '/n' |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2018-06-13 13:54 | guilleaer | New Issue | |
2018-06-13 13:54 | guilleaer | Assigned To | => guilleaer |
2018-06-13 15:20 | guilleaer | Relationship added | related to 0038599 |
2018-06-14 11:13 | hgbot | Checkin | |
2018-06-14 11:13 | hgbot | Note Added: 0105140 | |
2018-06-14 15:17 | hudsonbot | Checkin | |
2018-06-14 15:17 | hudsonbot | Note Added: 0105144 | |
2018-06-14 17:38 | hgbot | Checkin | |
2018-06-14 17:38 | hgbot | Note Added: 0105149 | |
2018-06-14 18:24 | hgbot | Checkin | |
2018-06-14 18:24 | hgbot | Note Added: 0105151 | |
2018-06-14 18:24 | hgbot | Status | new => resolved |
2018-06-14 18:24 | hgbot | Resolution | open => fixed |
2018-06-14 18:24 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e22de87ff31506eca4a1da403c7229a66be98e3 [^] |
2018-06-18 09:59 | marvintm | Review Assigned To | => marvintm |
2018-06-18 09:59 | marvintm | Status | resolved => closed |
2022-09-06 17:18 | caristu | Category | Advance Warehouse Operations => Advanced Warehouse Operations |
Notes |
|
(0105140)
|
hgbot
|
2018-06-14 11:13
|
|
|
|
|
|
|
(0105149)
|
hgbot
|
2018-06-14 17:38
|
|
|
|
(0105151)
|
hgbot
|
2018-06-14 18:24
|
|
Repository: erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations
Changeset: 9e22de87ff31506eca4a1da403c7229a66be98e3
Author: Guillermo Alvarez de Eulate <guillermo.alvarez <at> openbravo.com>
Date: Thu Jun 14 18:23:06 2018 +0200
URL: http://code.openbravo.com/erp/pmods/org.openbravo.warehouse.advancedwarehouseoperations/rev/9e22de87ff31506eca4a1da403c7229a66be98e3 [^]
Fixed issue 38751: Remove OBAWO_GETJSONDESCRIPTION. Use M_GETJSONDESCRIPTION instead
---
M src/org/openbravo/warehouse/advancedwarehouseoperations/init/AWOSQLFunctionRegister.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/InventoryProperties.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/PIP_ProductSelector.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/TaskProperties.java
M src/org/openbravo/warehouse/advancedwarehouseoperations/mobile/datasources/UnassignedTaskProperties.java
R src-db/database/model/functions/OBAWO_GETJSONDESCRIPTION.xml
---
|
|