Openbravo Issue Tracking System - Retail Modules
View Issue Details
0048325Retail ModulesWeb POSpublic2021-12-24 12:252021-12-24 12:32
AugustoMauch 
Retail 
normalminorhave not tried
closedfixed 
5
 
 
No
0048325: API Check: Constraint included in new column in AD_ORG
A new non-mandatory column has been created that includes a constraint. The constraint is fulfilled by default, because it accepts null values. When this change is installed the default value of the new column will be null, so no one will be impacted.

The constraint will only prevent changes if a user then modifies the value of the new field to a non-positive integer.

<check name="EM_OBMOBC_CRED_TIMEOUT_CK"><![CDATA[EM_OBMOBC_CREDENTIAL_TIMEOUT IS NULL OR EM_OBMOBC_CREDENTIAL_TIMEOUT > 0]]></check>
-
Approved
Issue History
2021-12-24 12:25AugustoMauchNew Issue
2021-12-24 12:25AugustoMauchAssigned To => Retail
2021-12-24 12:25AugustoMauchTriggers an Emergency Pack => No
2021-12-24 12:25marvintmTag Attached: Approved
2021-12-24 12:31hgbotNote Added: 0133960
2021-12-24 12:32hgbotResolutionopen => fixed
2021-12-24 12:32hgbotStatusnew => closed
2021-12-24 12:32hgbotNote Added: 0133961
2021-12-24 12:32hgbotNote Added: 0133962

Notes
(0133960)
hgbot   
2021-12-24 12:31   
Merge Request created: https://gitlab.com/openbravo/ci/mobile-api/-/merge_requests/5 [^]
(0133961)
hgbot   
2021-12-24 12:32   
Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/ci/mobile-api [^]
Changeset: 2198718fbe4b0ee04cb92351446f49c0d4041fee
Author: Augusto Mauch <augusto.mauch@openbravo.com>
Date: 24-12-2021 12:31:16
URL: https://gitlab.com/openbravo/ci/mobile-api/-/commit/2198718fbe4b0ee04cb92351446f49c0d4041fee [^]

Fixes ISSUE-48325: Adds new constraint to column in AD_ORG

The constraint is included in a new column whose default value is null and the constraint accepts null values
so this API change will not have any effect

---
A model/modules/org.openbravo.mobile.core/src-db/database/model/modifiedTables/AD_ORG.xml
---
(0133962)
hgbot   
2021-12-24 12:32   
Merge request merged: https://gitlab.com/openbravo/ci/mobile-api/-/merge_requests/5 [^]