Openbravo Issue Tracking System - Openbravo ERP |
| View Issue Details |
|
| ID | Project | Category | View Status | Date Submitted | Last Update |
| 0042432 | Openbravo ERP | A. Platform | public | 2019-11-28 11:00 | 2019-11-29 09:48 |
|
| Reporter | cberner | |
| Assigned To | cberner | |
| Priority | normal | Severity | major | Reproducibility | have not tried |
| Status | closed | Resolution | fixed | |
| Platform | | OS | 5 | OS Version | |
| Product Version | | |
| Target Version | | Fixed in Version | | |
| 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 | 0042432: API Change: Changed StringBuffer parameter to String in method clause |
| Description | Method addEntityWhereClause from interface AccessTypeInjector has been modified, now it receives a String as parameter instead of StringBuilder and returns the corresponding EntityWhereClause.
Those methods have been modified in its core implementations in classes AlertRecipientAccessInjector and PreferenceAccessInjector.
Previous method clause:
public void addEntityWhereClause(StringBuilder whereClause)
New method clause:
public String addEntityWhereClause(String whereClause) |
| Steps To Reproduce | - |
| Proposed Solution | |
| Additional Information | |
| Tags | Approved |
| Relationships | | related to | defect | 0041942 | | closed | cberner | Apply new HQL Style to platform classes | | caused by | defect | 0042285 | | closed | cberner | Apply new HQL style to interface AccessTypeInjector and remove StringBuilder |
|
| Attached Files | |
|
| Issue History |
| Date Modified | Username | Field | Change |
| 2019-11-28 11:00 | cberner | New Issue | |
| 2019-11-28 11:00 | cberner | Assigned To | => alostale |
| 2019-11-28 11:00 | cberner | OBNetwork customer | => No |
| 2019-11-28 11:00 | cberner | Modules | => Core |
| 2019-11-28 11:00 | cberner | Triggers an Emergency Pack | => No |
| 2019-11-28 11:00 | cberner | Relationship added | related to 0041942 |
| 2019-11-28 11:01 | cberner | Relationship added | caused by 0042285 |
| 2019-11-28 12:48 | alostale | Tag Attached: Approved | |
| 2019-11-28 12:49 | alostale | Assigned To | alostale => cberner |
| 2019-11-28 15:52 | cberner | Status | new => acknowledged |
| 2019-11-28 15:52 | cberner | Status | acknowledged => scheduled |
| 2019-11-28 17:59 | hgbot | Checkin | |
| 2019-11-28 17:59 | hgbot | Note Added: 0115958 | |
| 2019-11-28 17:59 | hgbot | Status | scheduled => resolved |
| 2019-11-28 17:59 | hgbot | Resolution | open => fixed |
| 2019-11-28 17:59 | hgbot | Fixed in SCM revision | => http://code.openbravo.com/erp/devel/api-checks/rev/e24cfcb843fde7f8e279f1f2d22bf19ff2e3ca22 [^] |
| 2019-11-29 01:33 | hgbot | Checkin | |
| 2019-11-29 01:33 | hgbot | Note Added: 0115970 | |
| 2019-11-29 01:33 | hgbot | Fixed in SCM revision | http://code.openbravo.com/erp/devel/api-checks/rev/e24cfcb843fde7f8e279f1f2d22bf19ff2e3ca22 [^] => http://code.openbravo.com/erp/devel/api-checks/rev/ad4c6f401808b22ef21afeff2ab0d278d31b012a [^] |
| 2019-11-29 09:48 | alostale | Status | resolved => closed |