Project:
| View Issue Details[ Jump to Notes ] | [ Issue History ] [ Print ] | |||||||
| ID | ||||||||
| 0038642 | ||||||||
| Type | Category | Severity | Reproducibility | Date Submitted | Last Update | |||
| defect | [Openbravo ERP] A. Platform | major | have not tried | 2018-05-28 12:20 | 2018-06-15 10:41 | |||
| Reporter | alostale | View Status | public | |||||
| Assigned To | platform | |||||||
| Priority | normal | Resolution | fixed | Fixed in Version | ||||
| Status | closed | Fix in branch | Fixed in SCM revision | 388783574ed6 | ||||
| Projection | none | ETA | none | Target Version | ||||
| OS | Any | Database | Any | Java version | ||||
| OS Version | Database version | Ant version | ||||||
| Product Version | SCM revision | |||||||
| Merge Request Status | ||||||||
| Review Assigned To | ||||||||
| OBNetwork customer | No | |||||||
| Web browser | ||||||||
| Modules | Core | |||||||
| Support ticket | ||||||||
| Regression level | ||||||||
| Regression date | ||||||||
| Regression introduced in release | ||||||||
| Regression introduced by commit | ||||||||
| Triggers an Emergency Pack | No | |||||||
| Summary | 0038642: API change: removed ad_session_status table | |||||||
| Description | In order to implement 0038629 FR, ad_session_status table will be removed in PostgreSQL. | |||||||
| Steps To Reproduce | +++++++++++++++++++++++++++++++++++++++++++++++++++ Errors in API model validation +++++++++++++++++++++++++++++++++++++++++++++++++++ Removed table: AD_SESSION_STATUS Removed function AD_ISTRIGGERENABLED -> False positive: still present, now implemented in pre-scripts +++++++++++++++++++++++++++++++++++++++++++++++++++ Errors in API data validation +++++++++++++++++++++++++++++++++++++++++++++++++++ Removed row from table AD_COLUMN - ID: 5C7FEB5FDD351EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD361EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD371EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD381EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD391EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3A1EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3B1EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3C1EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3D1EA1E040007F01002676 Removed row from table AD_ELEMENT - ID: 5C7FF22CBB46A376E040007F01002783 Removed row from table AD_ELEMENT - ID: 5C7FF22CBB48A376E040007F01002783 Removed row from table AD_TABLE - ID: BBB7275AB448478885E0FB24AA4BCB0B see https://ci.openbravo.com/view/try/job/try-api/6100/console [^] | |||||||
| Proposed Solution | There is some risk of modules using directly this table: * When enabling/disabling triggers from Java, now it is mandatory to do it through TriggerHandler class * If enabling/disabling triggers from PL code, use ad_disable_triggers and ad_enable_triggers new PL functions | |||||||
| Tags | No tags attached. | |||||||
| Attached Files | ||||||||
Relationships [ Relation Graph ]
[ Dependency Graph ]
|
||||||||
|
||||||||
Notes |
|
|
(0104744) hgbot (developer) 2018-05-28 12:27 |
Repository: erp/devel/api-checks Changeset: 388783574ed6785d7af369a9ca96836b8e1a07de Author: Asier Lostalé <asier.lostale <at> openbravo.com> Date: Mon May 28 12:27:23 2018 +0200 URL: http://code.openbravo.com/erp/devel/api-checks/rev/388783574ed6785d7af369a9ca96836b8e1a07de [^] fixes 38642: API change: removed ad_session_status table +++++++++++++++++++++++++++++++++++++++++++++++++++ Errors in API model validation +++++++++++++++++++++++++++++++++++++++++++++++++++ Removed table: AD_SESSION_STATUS Removed function AD_ISTRIGGERENABLED -> False positive: still present, now implemented in pre-scripts +++++++++++++++++++++++++++++++++++++++++++++++++++ Errors in API data validation +++++++++++++++++++++++++++++++++++++++++++++++++++ Removed row from table AD_COLUMN - ID: 5C7FEB5FDD351EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD361EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD371EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD381EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD391EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3A1EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3B1EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3C1EA1E040007F01002676 Removed row from table AD_COLUMN - ID: 5C7FEB5FDD3D1EA1E040007F01002676 Removed row from table AD_ELEMENT - ID: 5C7FF22CBB46A376E040007F01002783 Removed row from table AD_ELEMENT - ID: 5C7FF22CBB48A376E040007F01002783 Removed row from table AD_TABLE - ID: BBB7275AB448478885E0FB24AA4BCB0B --- M java/reference/java.japi.gz M model/src-db/database/sourcedata/AD_COLUMN.xml M model/src-db/database/sourcedata/AD_ELEMENT.xml M model/src-db/database/sourcedata/AD_TABLE.xml R model/src-db/database/model/functions/AD_ISTRIGGERENABLED.xml R model/src-db/database/model/tables/AD_SESSION_STATUS.xml --- |
Issue History |
|||
| Date Modified | Username | Field | Change |
| 2018-05-28 12:20 | alostale | New Issue | |
| 2018-05-28 12:20 | alostale | Assigned To | => platform |
| 2018-05-28 12:20 | alostale | OBNetwork customer | => No |
| 2018-05-28 12:20 | alostale | Modules | => Core |
| 2018-05-28 12:20 | alostale | Triggers an Emergency Pack | => No |
| 2018-05-28 12:25 | alostale | Relationship added | blocks 0038629 |
| 2018-05-28 12:27 | hgbot | Checkin | |
| 2018-05-28 12:27 | hgbot | Note Added: 0104744 | |
| 2018-05-28 12:27 | hgbot | Status | new => resolved |
| 2018-05-28 12:27 | hgbot | Resolution | open => fixed |
| 2018-05-28 12:27 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/388783574ed6785d7af369a9ca96836b8e1a07de [^] |
| 2018-06-15 10:41 | alostale | Status | resolved => closed |
| Copyright © 2000 - 2009 MantisBT Group |