Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0019392Openbravo ERPZ. Otherspublic2011-12-29 17:242012-01-13 08:49
ioritzCia 
ioritzCia 
immediatecriticalalways
closedfixed 
20Ubuntu 10.04
 
 
Mozilla Firefox
Core
No
0019392: Issue 19257 requieres an api-change
Due to this issue:

- https://issues.openbravo.com/view.php?id=19257 [^]

I have to make an api change. The change consists on increasing the column length of EMAILUSER column of the AD_USER table from 20 to 40

I have done a local api-check test and it fails with a warning due to this increase.

- The change is needed because 20 characters is not enough for an email account. Most of our company's email accounts will not fit. In most cases in the application this fields are 40 characters long or have been changed to that.

- The risk of this api change is very low because of the following reason:
It would only fail in case some module is reading info from that column and placing it in a 20 characters length container (eg. pl/sql variable or another database column with that length) and it is not very likely.
Not necessary.
No tags attached.
related to defect 00192573.0MP8 closed ioritzCia User. Email server username limited to 20 characteristics 
Issue History
2011-12-29 17:24ioritzCiaNew Issue
2011-12-29 17:24ioritzCiaAssigned To => iciordia
2011-12-29 17:24ioritzCiaWeb browser => Mozilla Firefox
2011-12-29 17:24ioritzCiaModules => Core
2011-12-29 17:25ioritzCiaStatusnew => feedback
2012-01-09 13:37jonalegriaesarteNote Added: 0044154
2012-01-09 13:40iciordiaNote Added: 0044156
2012-01-09 13:40iciordiaAssigned Toiciordia => ioritzCia
2012-01-11 13:59hgbotCheckin
2012-01-11 13:59hgbotNote Added: 0044260
2012-01-11 13:59hgbotStatusfeedback => resolved
2012-01-11 13:59hgbotResolutionopen => fixed
2012-01-11 13:59hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/a01d62ce8157d95f297f3d04e60bc9e68a3cb100 [^]
2012-01-11 15:22shuehnerRelationship addedrelated to 0019257
2012-01-11 16:29hgbotCheckin
2012-01-11 16:29hgbotNote Added: 0044270
2012-01-11 16:29hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/a01d62ce8157d95f297f3d04e60bc9e68a3cb100 [^] => http://code.openbravo.com/erp/stable/api-checks-2.50/rev/aac0432b637cd8895fde23b94bdea7ff37403c5c [^]
2012-01-13 08:49ioritzCiaNote Added: 0044316
2012-01-13 08:49ioritzCiaStatusresolved => closed

Notes
(0044154)
jonalegriaesarte   
2012-01-09 13:37   
Any new about this api-change?
(0044156)
iciordia   
2012-01-09 13:40   
Approved.

Ismael
(0044260)
hgbot   
2012-01-11 13:59   
Repository: erp/devel/api-checks
Changeset: a01d62ce8157d95f297f3d04e60bc9e68a3cb100
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Wed Jan 11 12:53:56 2012 +0100
URL: http://code.openbravo.com/erp/devel/api-checks/rev/a01d62ce8157d95f297f3d04e60bc9e68a3cb100 [^]

Fixes issue 19392: Issue 19257 requieres an api-change.

---
M model/src-db/database/model/tables/AD_USER.xml
---
(0044270)
hgbot   
2012-01-11 16:29   
Repository: erp/stable/api-checks-2.50
Changeset: aac0432b637cd8895fde23b94bdea7ff37403c5c
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Wed Jan 11 16:28:47 2012 +0100
URL: http://code.openbravo.com/erp/stable/api-checks-2.50/rev/aac0432b637cd8895fde23b94bdea7ff37403c5c [^]

Fixes issue 19392: Issue 19257 requieres an api-change. 2.50 backport.

---
M model/model/tables/AD_USER.xml
---
(0044316)
ioritzCia   
2012-01-13 08:49   
It passed the API-Check test.