add-domain-setup-validation #71

Merged
hsh-michaelhoennig merged 13 commits from add-domain-setup-validation into master 2024-07-05 11:56:32 +02:00
No description provided.
hsh-michaelhoennig added 12 commits 2024-07-05 10:42:37 +02:00
hsh-marcsandlus reviewed 2024-07-05 11:08:20 +02:00
@ -0,0 +33,4 @@
.parentAsset(validDomainSetupEntity)
.identifier("example.org")
.config(Map.ofEntries(
entry("user-RR", Array.of(

add test for invalid user-rr

add test for invalid user-rr
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-07-05 11:13:39 +02:00
@ -217,8 +226,11 @@ public class HsHostingAssetEntity implements Stringifyable, RbacObject, Properti
with.outgoingSubRole("bookingItem", TENANT);
with.outgoingSubRole("parentAsset", TENANT);
with.incomingSuperRole("alarmContact", ADMIN);
with.incomingSuperRole(GLOBAL, GUEST); // FIXME: remove

kann weg?

kann weg?
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-07-05 11:14:05 +02:00
hsh-michaelhoennig added 1 commit 2024-07-05 11:52:41 +02:00
hsh-michaelhoennig merged commit f6d66d5712 into master 2024-07-05 11:56:32 +02:00
hsh-michaelhoennig deleted branch add-domain-setup-validation 2024-07-05 11:56:33 +02:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: hostsharing/hs.hsadmin.ng#71
No description provided.