Openbravo Issue Tracking System - Retail Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0037468 | Retail Modules | Web POS | public | 2017-12-13 09:06 | 2018-01-10 13:38 |
|
Reporter | jorge-garcia | |
Assigned To | jorge-garcia | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | RR18Q1 | Fixed in Version | RR18Q1 | |
Merge Request Status | |
Review Assigned To | marvintm |
OBNetwork customer | No |
Support ticket | |
Regression level | |
Regression date | |
Regression introduced in release | |
Regression introduced by commit | |
Triggers an Emergency Pack | No |
|
Summary | 0037468: API change: msg column from obmobc_logclient should be clob type instead of varchar |
Description | Due to fix from issue 37403, the column msg should change from varchar to clob. The limitation from varchar are 2000 characters, and the column needs to be greater than 2000 characters. |
Steps To Reproduce | Review issue 37403 fro steps to reproduce |
Proposed Solution | |
Additional Information | |
Tags | Approved |
Relationships | caused by | defect | 0037403 | RR18Q1 | closed | jorge-garcia | Log Client should have all the information of the logs, not a substring |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2017-12-13 09:06 | jorge-garcia | New Issue | |
2017-12-13 09:06 | jorge-garcia | Assigned To | => dmitry_mezentsev |
2017-12-13 09:06 | jorge-garcia | OBNetwork customer | => No |
2017-12-13 09:06 | jorge-garcia | Triggers an Emergency Pack | => No |
2017-12-13 09:07 | jorge-garcia | Relationship added | caused by 0037403 |
2017-12-13 18:18 | dmitry_mezentsev | Tag Attached: Approved | |
2017-12-13 18:18 | dmitry_mezentsev | Assigned To | dmitry_mezentsev => jorge-garcia |
2017-12-14 10:10 | hgbot | Checkin | |
2017-12-14 10:10 | hgbot | Note Added: 0101033 | |
2017-12-14 10:10 | hgbot | Status | new => resolved |
2017-12-14 10:10 | hgbot | Resolution | open => fixed |
2017-12-14 10:10 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/retail/api-checks-retail/rev/c69db41d7d1d5d56cd20015f1e145727214bc389 [^] |
2017-12-15 14:51 | marvintm | Review Assigned To | => marvintm |
2017-12-15 14:51 | marvintm | Status | resolved => closed |
2017-12-15 14:51 | marvintm | Fixed in Version | => RR18Q1 |
2017-12-29 11:05 | hgbot | Checkin | |
2017-12-29 11:05 | hgbot | Note Added: 0101286 | |
2017-12-29 11:06 | gorka_gil | Status | closed => new |
2017-12-29 11:06 | gorka_gil | Status | new => scheduled |
2017-12-29 11:07 | gorka_gil | Target Version | => RR18Q1 |
2018-01-04 10:12 | hgbot | Checkin | |
2018-01-04 10:12 | hgbot | Note Added: 0101546 | |
2018-01-04 10:12 | hgbot | Status | scheduled => resolved |
2018-01-04 10:12 | hgbot | Fixed in SCM revision | http://code.openbravo.com/retail/api-checks-retail/rev/c69db41d7d1d5d56cd20015f1e145727214bc389 [^] => http://code.openbravo.com/retail/api-checks-retail/rev/f0c6c36ea58877ed6f697fbad12d81e8d3c4e83f [^] |
2018-01-08 12:05 | hgbot | Checkin | |
2018-01-08 12:05 | hgbot | Note Added: 0101616 | |
2018-01-10 13:38 | marvintm | Status | resolved => closed |
Notes |
|
(0101033)
|
hgbot
|
2017-12-14 10:10
|
|
Repository: retail/api-checks-retail
Changeset: c69db41d7d1d5d56cd20015f1e145727214bc389
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Dec 14 10:10:29 2017 +0100
URL: http://code.openbravo.com/retail/api-checks-retail/rev/c69db41d7d1d5d56cd20015f1e145727214bc389 [^]
Fixed issue 37468: API change: msg column from obmobc_logclient should
be clob type instead of varchar
msg column from obmobc_logclient table has change from varchar type to
clob type.
---
M model/modules/org.openbravo.mobile.core/src-db/database/model/tables/OBMOBC_LOGCLIENT.xml
M model/modules/org.openbravo.mobile.core/src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0101286)
|
hgbot
|
2017-12-29 11:05
|
|
Repository: retail/api-checks-retail
Changeset: 633b94eee5e4540686f9b5c5307d843c67b516b4
Author: Gorka Gil <gorka.gil <at> openbravo.com>
Date: Fri Dec 29 11:05:33 2017 +0100
URL: http://code.openbravo.com/retail/api-checks-retail/rev/633b94eee5e4540686f9b5c5307d843c67b516b4 [^]
Related to issue 37468. Backed out changeset c69db41d7d1d
---
M model/modules/org.openbravo.mobile.core/src-db/database/model/tables/OBMOBC_LOGCLIENT.xml
M model/modules/org.openbravo.mobile.core/src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0101546)
|
hgbot
|
2018-01-04 10:12
|
|
Repository: retail/api-checks-retail
Changeset: f0c6c36ea58877ed6f697fbad12d81e8d3c4e83f
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Thu Jan 04 10:11:02 2018 +0100
URL: http://code.openbravo.com/retail/api-checks-retail/rev/f0c6c36ea58877ed6f697fbad12d81e8d3c4e83f [^]
Fixed issue 37468: API change: msg column from obmobc_logclient should
be clob type instead of varchar
msg column from obmobc_logclient table has change from varchar type to
clob type.
---
M model/modules/org.openbravo.mobile.core/src-db/database/model/tables/OBMOBC_LOGCLIENT.xml
M model/modules/org.openbravo.mobile.core/src-db/database/sourcedata/AD_COLUMN.xml
---
|
|
|
(0101616)
|
hgbot
|
2018-01-08 12:05
|
|
Repository: retail/api-checks-retail
Changeset: bda3045cc262ed4250f0dcc78f34d887ab8e45c8
Author: Jorge Garcia <jorge.garcia <at> openbravo.com>
Date: Mon Jan 08 12:05:31 2018 +0100
URL: http://code.openbravo.com/retail/api-checks-retail/rev/bda3045cc262ed4250f0dcc78f34d887ab8e45c8 [^]
Related to issue 37468: API change: msg column from obmobc_logclient should
be clob type instead of varchar
Changed length from msg column from one million to one hundred millions of
characters
---
M model/modules/org.openbravo.mobile.core/src-db/database/sourcedata/AD_COLUMN.xml
---
|
|