add optional alarm-contact to hosting-asset #64
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#64
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "add-alarm-contact-to-hosting-asset"
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?
0334ddd26d
to87910e536e
87910e536e
tod7a57fd112
WIP: add optional alarm-contact to hosting-assetto add optional alarm-contact to hosting-assetf046ad8794
to1ba760e9a9
@ -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
@ -24,0 +32,4 @@
});
}
private void verifyNotNull(final UUID newValue, final String propertyName) {
muss raus, darf null sein
@ -58,6 +58,7 @@ public class ArchitectureTest {
"..hs.booking.project",
"..hs.booking.item",
"..hs.booking.item.validators",
"..hs.hosting.contact",
muss wieder raus