add optional alarm-contact to hosting-asset #64

Merged
hsh-michaelhoennig merged 5 commits from add-alarm-contact-to-hosting-asset into master 2024-06-21 12:02:07 +02:00
No description provided.
hsh-michaelhoennig added 8 commits 2024-06-20 10:45:05 +02:00
hsh-michaelhoennig force-pushed add-alarm-contact-to-hosting-asset from 0334ddd26d to 87910e536e 2024-06-20 15:18:40 +02:00 Compare
hsh-michaelhoennig force-pushed add-alarm-contact-to-hosting-asset from 87910e536e to d7a57fd112 2024-06-20 15:25:10 +02:00 Compare
hsh-michaelhoennig added 2 commits 2024-06-20 17:09:55 +02:00
hsh-michaelhoennig changed title from WIP: add optional alarm-contact to hosting-asset to add optional alarm-contact to hosting-asset 2024-06-20 17:10:11 +02:00
hsh-michaelhoennig added 1 commit 2024-06-20 17:19:28 +02:00
hsh-michaelhoennig force-pushed add-alarm-contact-to-hosting-asset from f046ad8794 to 1ba760e9a9 2024-06-20 17:20:13 +02:00 Compare
hsh-marcsandlus reviewed 2024-06-21 10:07:17 +02:00
@ -137,3 +143,3 @@
.withIdentityView(SQL.projection("identifier"))
.withRestrictedViewOrderBy(SQL.expression("identifier"))
.withUpdatableColumns("version", "caption", "config")
.withUpdatableColumns("version", "caption", "config", "assignedToAssetUuid", "alarmContactUUid")

UUid falsch geschrieben

UUid falsch geschrieben
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-06-21 10:09:58 +02:00
@ -24,0 +32,4 @@
});
}
private void verifyNotNull(final UUID newValue, final String propertyName) {

muss raus, darf null sein

muss raus, darf null sein
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus reviewed 2024-06-21 10:13:38 +02:00
@ -58,6 +58,7 @@ public class ArchitectureTest {
"..hs.booking.project",
"..hs.booking.item",
"..hs.booking.item.validators",
"..hs.hosting.contact",

muss wieder raus

muss wieder raus
hsh-michaelhoennig marked this conversation as resolved
hsh-marcsandlus approved these changes 2024-06-21 10:21:34 +02:00
hsh-michaelhoennig added 1 commit 2024-06-21 12:00:36 +02:00
hsh-michaelhoennig merged commit 9418303b7c into master 2024-06-21 12:02:07 +02:00
hsh-michaelhoennig deleted branch add-alarm-contact-to-hosting-asset 2024-06-21 12:02:07 +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#64
No description provided.