Anonymous | Login
Project:
RSS
  
News | My View | View Issues | Roadmap | Summary

View Issue DetailsJump to Notes ] Issue History ] Print ]
ID
0045886
TypeCategorySeverityReproducibilityDate SubmittedLast Update
defect[Retail Modules] Web POSmajoralways2021-02-11 17:172021-02-15 06:25
ReporterlmonrealView Statuspublic 
Assigned Torqueralta 
PriorityurgentResolutionfixedFixed in VersionRR21Q2
StatusclosedFix in branchFixed in SCM revision
ProjectionnoneETAnoneTarget Version
OSAnyDatabaseAnyJava version
OS VersionDatabase versionAnt version
Product VersionSCM revision 
Review Assigned To
Regression level
Regression date
Regression introduced in release
Regression introduced by commit
Triggers an Emergency PackNo
Summary

0045886: Unable to create the same register for Touchpoint UI Configuration in Multiclient

DescriptionI am trying to generate the same button in the same place for two different clients under the same machine. However, system says that there is already a record created with the same information so I cannot save i:

Saving failed. There is already a ActionInABA with the same (Action, ABA_UiConfiguration). (Action, ABA_UiConfiguration) must be unique. You must change the values entered.


As a result, I am not able to replicate the UI configuration in two different clients.

Our environment is 19Q3
Steps To ReproduceVideo:https://drive.google.com/file/d/14mUOgBpzlKA76ZuepQgwODtN6ocQrnQf/view [^]

1. Go to Touchpoint UI Configuration and create a new action under Scan Button Right

2. Change client and replicate above step-->See it says that there is an error

3.If you delete the first register and try again in the second client, this time it works.
TagsNo tags attached.
Attached Filespng file icon Error.png [^] (77,814 bytes) 2021-02-11 17:17

- Relationships Relation Graph ] Dependency Graph ]

-  Notes
(0126086)
guillermogil (manager)
2021-02-12 08:07
edited on: 2021-02-12 08:07

It should be as easy as add the AD_Client_ID to the Unique Index:
      <unique name="OBMOBC_UICONFACT_UN">
        <unique-column name="OBMOBC_UICONF_WIN_ABA_ID"/>
        <unique-column name="OBMOBC_ACTION_ID"/>
        <unique-column name="AD_CLIENT_ID"/>
      </unique>

(0126102)
hgbot (developer)
2021-02-13 04:35

Merge Request created: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/158 [^]
(0126104)
hgbot (developer)
2021-02-15 06:25

Directly closing issue as related merge request is already approved.

Repository: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core [^]
Changeset: 7cde5be4795e1dcc1a510bd6defe43f54616aac9
Author: Rafael Queralta <rafaelcuba81@gmail.com>
Date: 2021-02-12T17:14:31-05:00
URL: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/commit/7cde5be4795e1dcc1a510bd6defe43f54616aac9 [^]

Fixed BUG 45886: Added the AD_Client_ID to the Unique Index

---
M src-db/database/model/tables/OBMOBC_UICONFWINABA_ACT.xml
---
(0126105)
hgbot (developer)
2021-02-15 06:25

Merge request merged: https://gitlab.com/openbravo/product/pmods/org.openbravo.mobile.core/-/merge_requests/158 [^]

- Issue History
Date Modified Username Field Change
2021-02-11 17:17 lmonreal New Issue
2021-02-11 17:17 lmonreal Assigned To => Retail
2021-02-11 17:17 lmonreal File Added: Error.png
2021-02-11 17:17 lmonreal Resolution time => 1613602800
2021-02-11 17:17 lmonreal Triggers an Emergency Pack => No
2021-02-12 08:07 guillermogil Note Added: 0126086
2021-02-12 08:07 guillermogil Note Edited: 0126086 View Revisions
2021-02-12 23:17 rqueralta Assigned To Retail => rqueralta
2021-02-12 23:17 rqueralta Status new => scheduled
2021-02-13 04:35 hgbot Note Added: 0126102
2021-02-15 06:25 hgbot Resolution open => fixed
2021-02-15 06:25 hgbot Status scheduled => closed
2021-02-15 06:25 hgbot Fixed in Version => RR21Q2
2021-02-15 06:25 hgbot Note Added: 0126104
2021-02-15 06:25 hgbot Note Added: 0126105


Copyright © 2000 - 2009 MantisBT Group
Powered by Mantis Bugtracker