Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0022735 | Openbravo ERP | A. Platform | public | 2013-01-08 12:46 | 2013-01-09 05:41 |
|
Reporter | AugustoMauch | |
Assigned To | AugustoMauch | |
Priority | normal | Severity | major | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | 3.0MP19 | Fixed in Version | pi | |
Merge Request Status | |
Review Assigned To | shankarb |
OBNetwork customer | No |
Web browser | |
Modules | Core |
Support ticket | |
Regression level | Automated tests |
Regression date | 2013-01-08 |
Regression introduced in release | |
Regression introduced by commit | https://code.openbravo.com/erp/devel/pi/rev/9ad8f68a0a90e6a64f559da28b3775d6c16f33c7 [^] |
Triggers an Emergency Pack | No |
|
Summary | 0022735: Incorrect length in column OBCQL_WIDGET_QUERY.TYPE |
Description | Column OBCQL_WIDGET_QUERY.TYPE has incorrect length, expecting 60 but was 32. |
Steps To Reproduce | Check the length of the column Type of the OBCQL_WIDGET_QUERY. It represents a list reference, so its length should be 60, but currently it is 32. |
Proposed Solution | |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | feature request | 0022734 | 3.0MP19 | closed | AugustoMauch | Add the functionality to define a widget that feeds from a user-defined datasource |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2013-01-08 12:46 | AugustoMauch | New Issue | |
2013-01-08 12:46 | AugustoMauch | Assigned To | => AugustoMauch |
2013-01-08 12:46 | AugustoMauch | Modules | => Core |
2013-01-08 12:46 | AugustoMauch | OBNetwork customer | => No |
2013-01-08 12:46 | AugustoMauch | Triggers an Emergency Pack | => No |
2013-01-08 12:48 | AugustoMauch | Regression level | => Automated tests |
2013-01-08 12:48 | AugustoMauch | Regression date | => 2013-01-08 |
2013-01-08 12:48 | AugustoMauch | Regression introduced by commit | => https://code.openbravo.com/erp/devel/pi/rev/9ad8f68a0a90e6a64f559da28b3775d6c16f33c7 [^] |
2013-01-08 12:48 | AugustoMauch | Relationship added | related to 0022734 |
2013-01-08 13:28 | AugustoMauch | Issue Monitored: shankarb | |
2013-01-08 13:28 | AugustoMauch | Review Assigned To | => shankarb |
2013-01-08 13:29 | hgbot | Checkin | |
2013-01-08 13:29 | hgbot | Note Added: 0055375 | |
2013-01-08 13:29 | hgbot | Status | new => resolved |
2013-01-08 13:29 | hgbot | Resolution | open => fixed |
2013-01-08 13:29 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/pi/rev/ea6ae5a9d6e29e095158cdce70fb8d969722ac04 [^] |
2013-01-08 15:25 | hgbot | Checkin | |
2013-01-08 15:25 | hgbot | Note Added: 0055381 | |
2013-01-08 15:55 | shankarb | Note Added: 0055383 | |
2013-01-08 15:55 | shankarb | Status | resolved => closed |
2013-01-08 15:55 | shankarb | Fixed in Version | => pi |
2013-01-09 05:41 | hudsonbot | Checkin | |
2013-01-09 05:41 | hudsonbot | Note Added: 0055395 | |
2013-01-09 05:41 | hudsonbot | Checkin | |
2013-01-09 05:41 | hudsonbot | Note Added: 0055399 | |
Notes |
|
(0055375)
|
hgbot
|
2013-01-08 13:29
|
|
Repository: erp/devel/pi
Changeset: ea6ae5a9d6e29e095158cdce70fb8d969722ac04
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Jan 08 13:27:50 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/ea6ae5a9d6e29e095158cdce70fb8d969722ac04 [^]
Fixes issue 22735: Length of OBCQL_WIDGET_QUERY.type has been fixed
---
M modules/org.openbravo.client.querylist/src-db/database/model/tables/OBCQL_WIDGET_QUERY.xml
---
|
|
|
(0055381)
|
hgbot
|
2013-01-08 15:25
|
|
Repository: erp/devel/pi
Changeset: 1e2fa048fc3231c32c714aaf3cdd20d989539f89
Author: Augusto Mauch <augusto.mauch <at> openbravo.com>
Date: Tue Jan 08 15:25:28 2013 +0100
URL: http://code.openbravo.com/erp/devel/pi/rev/1e2fa048fc3231c32c714aaf3cdd20d989539f89 [^]
Related to issue 22735: Fixed field and column length in application dictionary
---
M modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_COLUMN.xml
M modules/org.openbravo.client.querylist/src-db/database/sourcedata/AD_FIELD.xml
---
|
|
|
(0055383)
|
shankarb
|
2013-01-08 15:55
|
|
Code Review done and tested in pi @ changeset 1e2fa048fc32 |
|
|
|
|
|
|
|