Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
ADITO_Update_Upgrade
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
xrm
ADITO_Update_Upgrade
Commits
4d9a638e
Commit
4d9a638e
authored
3 years ago
by
Sebastian Pongratz
Browse files
Options
Downloads
Patches
Plain Diff
FixDSGVOBugs afteroperatingstate cannot find the operating state
and liquibase changes were not included in the change set
parent
4b699fdc
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
.liquibase/Data_alias/basic/2021.0.3/DSGVO/create_DSGVODeleteFlag.xml
+3
-3
3 additions, 3 deletions
...ata_alias/basic/2021.0.3/DSGVO/create_DSGVODeleteFlag.xml
entity/Address_entity/afterOperatingState.js
+2
-2
2 additions, 2 deletions
entity/Address_entity/afterOperatingState.js
with
5 additions
and
5 deletions
.liquibase/Data_alias/basic/2021.0.3/DSGVO/create_DSGVODeleteFlag.xml
+
3
−
3
View file @
4d9a638e
...
...
@@ -10,8 +10,8 @@
<column
name=
"USER_NEW"
type=
"NVARCHAR(50)"
/>
<column
name=
"DATE_NEW"
type=
"DATETIME"
/>
</createTable>
<createIndex
tableName=
"DSGVODELETEFLAG"
indexName=
"IDX_DSGVODELETEFLAG_CONTACT_ID"
>
<column
name=
"CONTACT_ID"
/>
</createIndex>
</changeSet>
<createIndex
tableName=
"DSGVODELETEFLAG"
indexName=
"IDX_DSGVODELETEFLAG_CONTACT_ID"
>
<column
name=
"CONTACT_ID"
/>
</createIndex>
</databaseChangeLog>
\ No newline at end of file
This diff is collapsed.
Click to expand it.
entity/Address_entity/afterOperatingState.js
+
2
−
2
View file @
4d9a638e
...
...
@@ -6,8 +6,8 @@ if (vars.exists("$field.AddressSearch"))
{
neon
.
setFieldValue
(
"
$field.AddressSearch
"
,
""
);
//why is this needed?
}
if
(
vars
.
get
(
"
$sys.operatingstate
"
)
==
neon
.
OPERATINGSTATE_VIEW
)
if
(
vars
.
exists
(
"
$sys.operatingstate
"
)
&&
vars
.
get
(
"
$sys.operatingstate
"
)
==
neon
.
OPERATINGSTATE_VIEW
)
{
vars
.
set
(
"
$context.PushDataPrivacyNotification
"
,
"
false
"
);
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment