Openbravo Issue Tracking System - Openbravo ERP |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0044542 | Openbravo ERP | A. Platform | public | 2020-07-02 12:12 | 2020-09-21 14:06 |
|
Reporter | inigo_lerga | |
Assigned To | inigo_lerga | |
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | |
Platform | | OS | 5 | OS Version | |
Product Version | | |
Target Version | | Fixed in Version | | |
Merge Request Status | merged |
Review Assigned To | dmiguelez |
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 | 0044542: Apply new HQL Style in AggregationDao.java |
Description | AggregationDao.java has HQL queries with:
- the HQL is hard to read because of formatting
- and it is mixing txt and i.e PROPERTY_ID constant which is not recommended by default |
Steps To Reproduce | - |
Proposed Solution | Follow new format as in http://wiki.openbravo.com/wiki/HQL_Coding_Conventions [^] |
Additional Information | |
Tags | No tags attached. |
Relationships | related to | design defect | 0041287 | | acknowledged | Triage Platform Base | Tracking issue: Convert HQL to apply new style |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2020-07-02 12:12 | inigo_lerga | New Issue | |
2020-07-02 12:12 | inigo_lerga | Assigned To | => inigo_lerga |
2020-07-02 12:12 | inigo_lerga | OBNetwork customer | => No |
2020-07-02 12:12 | inigo_lerga | Modules | => Core |
2020-07-02 12:12 | inigo_lerga | Triggers an Emergency Pack | => No |
2020-07-02 12:13 | inigo_lerga | Relationship added | related to 0041287 |
2020-07-02 12:13 | inigo_lerga | Status | new => scheduled |
2020-07-09 15:35 | inigo_lerga | Note Added: 0121377 | |
2020-08-14 09:20 | hgbot | Note Added: 0122047 | |
2020-08-14 09:59 | hgbot | Merge Request Status | => open |
2020-08-14 09:59 | hgbot | Note Added: 0122049 | |
2020-08-14 10:41 | hgbot | Resolution | open => fixed |
2020-08-14 10:41 | hgbot | Status | scheduled => resolved |
2020-08-14 10:41 | hgbot | Note Added: 0122052 | |
2020-08-14 10:41 | hgbot | Merge Request Status | open => merged |
2020-08-14 10:41 | hgbot | Note Added: 0122053 | |
2020-08-14 11:16 | dmiguelez | Review Assigned To | => dmiguelez |
2020-08-14 11:16 | dmiguelez | Note Added: 0122058 | |
2020-08-14 11:16 | dmiguelez | Status | resolved => closed |
2020-09-08 14:34 | hgbot | Status | closed => resolved |
2020-09-08 14:34 | hgbot | Note Added: 0122798 | |
2020-09-21 14:06 | vmromanos | Note Added: 0123265 | |
2020-09-21 14:06 | vmromanos | Status | resolved => closed |
Notes |
|
(0121377)
|
inigo_lerga
|
2020-07-09 15:35
|
|
--Test Plan Mantis HQL--
Execute locally the Junit tests contained in OBCFRAggregationTestSuite.java (module org.openbravo.certification.france.testing).
#In this moment the modified HQLs are executed. |
|
|
(0122047)
|
hgbot
|
2020-08-14 09:20
|
|
|
|
(0122049)
|
hgbot
|
2020-08-14 09:59
|
|
|
|
(0122052)
|
hgbot
|
2020-08-14 10:41
|
|
|
|
(0122053)
|
hgbot
|
2020-08-14 10:41
|
|
|
|
|
|
|
(0122798)
|
hgbot
|
2020-09-08 14:34
|
|
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.certification.france [^]
Changeset: f5224785d5d69309ea9695694920a91112b45905
Author: Víctor Martínez Romanos <victor.martinez@openbravo.com>
Date: 2020-09-08T14:04:02+02:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.certification.france/-/commit/f5224785d5d69309ea9695694920a91112b45905 [^]
Synchronized from development repo (rev 9f2178b)
Synchronized src-db
Updated jar
Synchronized JS files
Updated module hash
Updated module version to 1.0.110
-- Included changesets:
f2f343c Updated minor version to 1.0.110
34d5f92 Fixes ISSUE-44884: Reduce hashed json scope including only main ticket properties
7cf2a16 Updated module hash
68446f1 Related to ISSUE-44843: Fix jslint errors
b582563 Related to ISSUE-44843: Implement the TicketList model in the new state engine
4268332 [ticket-list] delete unneeded validations
ca30265 Updated module hash
abf01bd Fixed ISSUE-44785: New flag at Organization level to default terminal blockchain
3246341 Fixed BUG-44783: Log client's ID in Security Background
2106315 fixes BUG-44542:APplied new HQL style
3d2c5e4 Update module hash
daf6af4 Fixes ISSUE-44749: Run TicketInitialValidation only if terminal has blockchain initialized
cef7608 Fixes ISSUE-44748: Change isBlockchained column default value to false
42c9637 Fixes ISSUE-44669: Avoid client/org check when setting admin mode
---
A src-db/database/model/modifiedTables/AD_ORG.xml
A src-db/database/sourcedata/AD_AUXILIARINPUT.xml
A src-db/database/sourcedata/AD_FIELDGROUP.xml
M lib/runtime/org.openbravo.certification.france-1.0.jar
M src-db/database/model/triggers/OBCFR_OBPOS_APPLICATIONS_TRG.xml
M src-db/database/sourcedata/AD_COLUMN.xml
M src-db/database/sourcedata/AD_ELEMENT.xml
M src-db/database/sourcedata/AD_FIELD.xml
M src-db/database/sourcedata/AD_MODULE.xml
M web/org.openbravo.certification.france/js/ticket/preOrderSaveFinishCancelLayawayHook.js
M web/org.openbravo.certification.france/js/ticket/preSyncReceiptHook.js
---
|
|
|
|
Closed again after automatically opened by the robot |
|