Openbravo Issue Tracking System - Modules |
View Issue Details |
|
ID | Project | Category | View Status | Date Submitted | Last Update |
0048948 | Modules | French Fiscal | public | 2022-03-31 15:34 | 2023-03-06 18:17 |
|
Reporter | shuehner | |
Assigned To | francisco_ofarril | |
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 | approved |
Regression date | |
Regression introduced by commit | |
Regression level | |
Review Assigned To | |
Support ticket | |
OBNetwork customer | No |
Regression introduced in release | |
|
Summary | 0048948: certification.france.dev: Fix HQL queries not using HQL style + not using bind-parameters |
Description | This module contains several HQL queries not following the HQL style we have (i.e. avoiding StringBuilder).
Apart several having non-constant parts inside their HQL (i.e. dynamic entity name) which fails automatic checking (maybe rewritable with OBCriteria insead).
|
Steps To Reproduce | - |
Proposed Solution | Apply HQL Style to all queries
+ Review the ones having dynamic entity names |
Additional Information | |
Tags | No tags attached. |
Relationships | blocks | design defect | 0041287 | | acknowledged | Triage Platform Base | Openbravo ERP | Tracking issue: Convert HQL to apply new style |
|
Attached Files | |
|
Issue History |
Date Modified | Username | Field | Change |
2022-03-31 15:34 | shuehner | New Issue | |
2022-03-31 15:34 | shuehner | Assigned To | => Triage Omni OMS |
2022-03-31 15:34 | shuehner | OBNetwork customer | => OBPS |
2022-03-31 15:34 | shuehner | Issue generated from | 0048946 |
2022-03-31 15:34 | shuehner | Relationship added | blocks 0041287 |
2022-03-31 15:35 | shuehner | Note Added: 0136215 | |
2022-03-31 15:39 | shuehner | OBNetwork customer | OBPS => No |
2022-12-16 15:34 | aferraz | Assigned To | Triage Omni OMS => francisco_ofarril |
2022-12-16 17:33 | francisco_ofarril | Status | new => acknowledged |
2022-12-22 19:53 | hgbot | Merge Request Status | => open |
2022-12-22 19:53 | hgbot | Note Added: 0144946 | |
2023-01-23 17:15 | hgbot | Note Added: 0145771 | |
2023-01-30 17:56 | aferraz | Note Deleted: 0145771 | |
2023-02-23 17:13 | hgbot | Merge Request Status | open => approved |
2023-02-23 18:09 | hgbot | Resolution | open => fixed |
2023-02-23 18:09 | hgbot | Status | acknowledged => closed |
2023-02-23 18:09 | hgbot | Note Added: 0146937 | |
2023-02-23 18:09 | hgbot | Note Added: 0146938 | |
2023-02-24 10:12 | hgbot | Note Added: 0146961 | |
2023-02-24 12:19 | hgbot | Note Added: 0146976 | |
2023-02-24 12:19 | hgbot | Note Added: 0146979 | |
2023-03-01 23:31 | hgbot | Note Added: 0147203 | |
2023-03-06 09:43 | hgbot | Note Added: 0147284 | |
2023-03-06 09:43 | hgbot | Note Added: 0147285 | |
2023-03-06 15:19 | hgbot | Note Added: 0147303 | |
2023-03-06 18:17 | hgbot | Note Added: 0147305 | |
2023-03-06 18:17 | hgbot | Note Added: 0147306 | |
Notes |
|
|
Issue is to be fixed mainly in .dev module to improve automated code-checking. If while doing this all issues are formal fixes only push to non-dev repo is not required to be done immediately) => But should be done eventually to keep both in sync. |
|
|
(0144946)
|
hgbot
|
2022-12-22 19:53
|
|
|
|
(0146937)
|
hgbot
|
2023-02-23 18:09
|
|
|
|
(0146938)
|
hgbot
|
2023-02-23 18:09
|
|
|
|
(0146961)
|
hgbot
|
2023-02-24 10:12
|
|
|
|
(0146976)
|
hgbot
|
2023-02-24 12:19
|
|
|
|
(0146979)
|
hgbot
|
2023-02-24 12:19
|
|
Directly closing issue as related merge request is already approved.
Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.certification.france [^]
Changeset: 21eeb16ecdbab75ac5b201f2eb35e104e4297056
Author: Francisco Javier Deler O'Farril <francisco.ofarril@openbravo.com>
Date: 24-02-2023 11:19:56
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.certification.france/-/commit/21eeb16ecdbab75ac5b201f2eb35e104e4297056 [^]
Fixes ISSUE-51440, Fixes ISSUE-51510, Fixes ISSUE-48948: Obfuscate from dev
---
A web-jspack/org.openbravo.certification.france/src/registerGlobalAction.js
M lib/runtime/org.openbravo.certification.france-1.0.jar
M src-db/database/sourcedata/AD_MODULE.xml
M web-jspack/org.openbravo.certification.france/src/ob-init.js
M web-jspack/org.openbravo.certification.france/src/registerLoginAction.js
M web-jspack/org.openbravo.certification.france/src/registerRemoteServerListener.js
M web/org.openbravo.certification.france/app/model/business-object/html/Html.js
M web/org.openbravo.certification.france/app/model/business-object/html/HtmlUtils.js
M web/org.openbravo.certification.france/app/model/business-object/html/actions/AddObcfrTerminalMonitor.js
M web/org.openbravo.certification.france/app/model/business-object/html/actions/CompleteTicketPostHook.js
M web/org.openbravo.certification.france/app/model/business-object/html/actions/InitializeHtml.js
M web/org.openbravo.certification.france/app/model/business-object/html/actions/PrintTicketPostHook.js
M web/org.openbravo.certification.france/js/terminal/terminalLoadedFromBackendHook.js
M web/org.openbravo.certification.france/js/terminalmonitor/connectedToERPEvent.js
---
|
|
|
(0147203)
|
hgbot
|
2023-03-01 23:31
|
|
|
|
(0147284)
|
hgbot
|
2023-03-06 09:43
|
|
|
|
(0147285)
|
hgbot
|
2023-03-06 09:43
|
|
|
|
(0147303)
|
hgbot
|
2023-03-06 15:19
|
|
|
|
(0147305)
|
hgbot
|
2023-03-06 18:17
|
|
|
|
(0147306)
|
hgbot
|
2023-03-06 18:17
|
|
|