Openbravo Issue Tracking System - Retail Modules
View Issue Details
0037468Retail ModulesWeb POSpublic2017-12-13 09:062018-01-10 13:38
jorge-garcia 
jorge-garcia 
normalmajorhave not tried
closedfixed 
5
 
RR18Q1RR18Q1 
marvintm
No
0037468: API change: msg column from obmobc_logclient should be clob type instead of varchar
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.
Review issue 37403 fro steps to reproduce
Approved
caused by defect 0037403RR18Q1 closed jorge-garcia Log Client should have all the information of the logs, not a substring 
Issue History
2017-12-13 09:06jorge-garciaNew Issue
2017-12-13 09:06jorge-garciaAssigned To => dmitry_mezentsev
2017-12-13 09:06jorge-garciaTriggers an Emergency Pack => No
2017-12-13 09:07jorge-garciaRelationship addedcaused by 0037403
2017-12-13 18:18dmitry_mezentsevTag Attached: Approved
2017-12-13 18:18dmitry_mezentsevAssigned Todmitry_mezentsev => jorge-garcia
2017-12-14 10:10hgbotCheckin
2017-12-14 10:10hgbotNote Added: 0101033
2017-12-14 10:10hgbotStatusnew => resolved
2017-12-14 10:10hgbotResolutionopen => fixed
2017-12-14 10:10hgbotFixed in SCM revision => http://code.openbravo.com/retail/api-checks-retail/rev/c69db41d7d1d5d56cd20015f1e145727214bc389 [^]
2017-12-15 14:51marvintmReview Assigned To => marvintm
2017-12-15 14:51marvintmStatusresolved => closed
2017-12-15 14:51marvintmFixed in Version => RR18Q1
2017-12-29 11:05hgbotCheckin
2017-12-29 11:05hgbotNote Added: 0101286
2017-12-29 11:06gorka_gilStatusclosed => new
2017-12-29 11:06gorka_gilStatusnew => scheduled
2017-12-29 11:07gorka_gilTarget Version => RR18Q1
2018-01-04 10:12hgbotCheckin
2018-01-04 10:12hgbotNote Added: 0101546
2018-01-04 10:12hgbotStatusscheduled => resolved
2018-01-04 10:12hgbotFixed in SCM revisionhttp://code.openbravo.com/retail/api-checks-retail/rev/c69db41d7d1d5d56cd20015f1e145727214bc389 [^] => http://code.openbravo.com/retail/api-checks-retail/rev/f0c6c36ea58877ed6f697fbad12d81e8d3c4e83f [^]
2018-01-08 12:05hgbotCheckin
2018-01-08 12:05hgbotNote Added: 0101616
2018-01-10 13:38marvintmStatusresolved => 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
---