Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0009078Openbravo ERPA. Platformpublic2009-05-19 11:152009-05-26 00:00
iperdomo 
iperdomo 
immediatecriticalhave not tried
closedfixed 
202.6.28-gentoo-r5
pi 
 
Core
No
0009078: API Change: erp_devel_pi-module-integrity-test - Build # 18
erp_devel_pi-module-integrity-test - Build # 18 - Still Failing:
http://builds.openbravo.com/view/ERP-devel-pi/job/erp_devel_pi-module-integrity-test/18/ [^]

----

Validating data API


+++++++++++++++++++++++++++++++++++++++++++++++++++
  Warnings in API model validation
+++++++++++++++++++++++++++++++++++++++++++++++++++
  Column type change from CHAR to VARCHAR: column:AD_SYSTEM_INFO.TESTPROXY
  Column size changed from 1 to 60: column: AD_SYSTEM_INFO.TESTPROXY


Test validate API with warnings

BUILD FAILED
No tags attached.
related to defect 00057122.50 closed iperdomo [QA-SCHED] Enabling Heartbeat execute the Heartbeat process just once 
Issue History
2009-05-19 11:15iperdomoNew Issue
2009-05-19 11:15iperdomoAssigned To => iperdomo
2009-05-19 11:15iperdomoRegression testing => No
2009-05-19 11:15iperdomoStatusnew => acknowledged
2009-05-19 11:26iperdomoNote Added: 0016454
2009-05-19 11:27iperdomoNote Edited: 0016454
2009-05-19 11:27iperdomoStatusacknowledged => scheduled
2009-05-19 11:27iperdomoAssigned Toiperdomo => pjuvara
2009-05-19 11:27iperdomofix_in_branch => pi
2009-05-19 11:28iperdomoSeveritymajor => critical
2009-05-19 11:28iperdomofix_in_branchpi =>
2009-05-19 11:29iperdomoRelationship addedrelated to 0005712
2009-05-19 11:51iperdomoNote Edited: 0016454
2009-05-19 11:52iperdomoNote Edited: 0016454
2009-05-19 17:08pjuvaraNote Added: 0016471
2009-05-19 17:08pjuvaraStatusscheduled => resolved
2009-05-19 17:08pjuvaraFixed in SCM revision => n/a
2009-05-19 17:08pjuvaraResolutionopen => fixed
2009-05-19 17:13pjuvaraAssigned Topjuvara => iperdomo
2009-05-25 11:10psarobeStatusresolved => closed
2009-05-26 00:00anonymoussf_bug_id0 => 2796605

Notes
(0016454)
iperdomo   
2009-05-19 11:26   
(edited on: 2009-05-19 11:52)
Type: Change column datatype

Description: Datatype from CHAR(1) to VARCHAR(60).

Risk: Low

Comments:
The change was made to solve the issue 5712 [1] related to Heartbeat in 2.50
- Reasons:
The testproxy column in AD_System_Info table is a 'button' in the application that enables the user test the proxy configuration and schedule the Heartbeat process. With current development framework, you can associate a List of values to a button, so the label of can change depending on the value. My change is to be able to change from Enable/Disable possible values.

- Development constraints::
If you associate a list to a button, the datatype must be VARCHAR, and the length must be 60.

----

[1] https://issues.openbravo.com/view.php?id=5712 [^]

Best Regards,

Iván

(0016471)
pjuvara   
2009-05-19 17:08   
Approved.