Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0018902Openbravo ERPZ. Otherspublic2011-10-27 13:442011-11-03 10:53
shuehner 
shuehner 
immediatecriticalhave not tried
closedfixed 
5
 
 
Core
No
0018902: int-api check fails
Due to this issue,

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

y have to make an api change. This is the change:

- https://code.openbravo.com/erp/devel/pi/rev/f054e45945aaae99bea0a0e91f915e00e8d4e1be [^]

I have pushed the change to try, this is the failure:

- http://builds.openbravo.com/job/int-api/2510/console [^]

- The change is the following:
The column AD_CLIENT.REQUESTUSER increases its length from 20 to 40
characters.

- The change is needed due to the following reason:
20 characters is not enough for an email address. Most of the mails in the company do not fit.

- The risk of this api change is low because of the following reason:
It would only fail in case some code piece 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).
-
No tags attached.
related to defect 00187173.0MP5 closed jonalegriaesarte User. Email server username limited to 20 characteristics 
Issue History
2011-10-27 13:44shuehnerNew Issue
2011-10-27 13:44shuehnerAssigned To => jonalegriaesarte
2011-10-27 13:44shuehnerModules => Core
2011-10-27 13:45shuehnerRelationship addedrelated to 0018717
2011-10-27 13:47jonalegriaesarteAssigned Tojonalegriaesarte => ioritzCia
2011-10-27 14:07ioritzCiaAssigned ToioritzCia => iciordia
2011-10-27 14:07ioritzCiaDescription Updatedbug_revision_view_page.php?rev_id=2845#r2845
2011-10-27 14:08ioritzCiaStatusnew => feedback
2011-10-27 16:23iciordiaAssigned Toiciordia => shuehner
2011-10-27 16:23iciordiaNote Added: 0042162
2011-10-27 16:52hgbotCheckin
2011-10-27 16:52hgbotNote Added: 0042164
2011-10-27 16:52hgbotStatusfeedback => resolved
2011-10-27 16:52hgbotResolutionopen => fixed
2011-10-27 16:52hgbotFixed in SCM revision => http://code.openbravo.com/erp/devel/api-checks/rev/5690ef0f8a58de7426be2f57f9591348475cacb1 [^]
2011-10-28 12:01hgbotCheckin
2011-10-28 12:01hgbotNote Added: 0042212
2011-10-28 12:01hgbotFixed in SCM revisionhttp://code.openbravo.com/erp/devel/api-checks/rev/5690ef0f8a58de7426be2f57f9591348475cacb1 [^] => http://code.openbravo.com/erp/stable/api-checks-2.50/rev/1b8633b9edfe0d58b2b9fc4bbb26067babf4c157 [^]
2011-11-03 10:53ioritzCiaNote Added: 0042477
2011-11-03 10:53ioritzCiaStatusresolved => closed

Notes
(0042162)
iciordia   
2011-10-27 16:23   
Approved.

Ismael
(0042164)
hgbot   
2011-10-27 16:52   
Repository: erp/devel/api-checks
Changeset: 5690ef0f8a58de7426be2f57f9591348475cacb1
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Thu Oct 27 16:51:39 2011 +0200
URL: http://code.openbravo.com/erp/devel/api-checks/rev/5690ef0f8a58de7426be2f57f9591348475cacb1 [^]

Fixes issue 18902: int-api check fails.

---
M model/src-db/database/model/tables/AD_CLIENT.xml
M model/src-db/database/sourcedata/AD_COLUMN.xml
---
(0042212)
hgbot   
2011-10-28 12:01   
Repository: erp/stable/api-checks-2.50
Changeset: 1b8633b9edfe0d58b2b9fc4bbb26067babf4c157
Author: Ioritz Cia <ioritz.cia <at> openbravo.com>
Date: Thu Oct 27 18:13:40 2011 +0200
URL: http://code.openbravo.com/erp/stable/api-checks-2.50/rev/1b8633b9edfe0d58b2b9fc4bbb26067babf4c157 [^]

Fixes issue 18902: int-api check fails.

---
M model/model/tables/AD_CLIENT.xml
M model/sourcedata/AD_COLUMN.xml
---
(0042477)
ioritzCia   
2011-11-03 10:53   
Passed CI