move Parter+Debitor person+contact to related Relationsship #20
No reviewers
Labels
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: hostsharing/hs.hsadmin.ng#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "remove-direct-partner-person-and-contact"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
8b9f02e87f
to5beef1b3df
5beef1b3df
to266cd16b52
fcc5264b9c
to74b20ed86c
0737893401
tobb3f979273
b115dcfb57
tofa46f339a8
20dfbdfdf6
to29c7708188
WIP: move Parter+Debitor person+contact to related Relationsshipto move Parter+Debitor person+contact to related Relationsship6639c57112
to3990b8c278
3990b8c278
toe53eb52827
e53eb52827
to37c1886845
@ -63,1 +62,4 @@
.withIdentityView(SQL.projection("iban"))
.withUpdatableColumns("holder", "iban", "bic")
.toRole("global", GUEST).grantPermission(INSERT)
besser jeder
@ -9,3 +9,3 @@
grantedByRoleIdName:
type: string
grantedByRoleUuid:
userGrantsByRoleUuid:
falsch
@ -220,3 +221,3 @@
create or replace function currentSubjects()
returns varchar(63)[]
returns varchar(127)[]
alle assumed roles 1023
@ -224,3 +225,3 @@
language plpgsql as $$
declare
assumedRoles varchar(63)[];
assumedRoles varchar(127)[];
alle assumed roles 1023
@ -231,2 +231,3 @@
return assumedRoles;
else
return array [currentUser()]::varchar(63)[];
return array [currentUser()]::varchar(127)[];
alle assumed roles 1023
das glaubt uns keiner