Skip to content

Commit f47bc65

Browse files
author
CIS Guru
committed
simple start refactor
1 parent e814b57 commit f47bc65

31 files changed

Lines changed: 9088 additions & 144 deletions

0-Aquiis.Core/Utilities/CalendarEventRouter.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ public static class CalendarEventRouter
1919

2020
return evt.SourceEntityType switch
2121
{
22-
nameof(Tour) => $"/PropertyManagement/Tours/Details/{evt.SourceEntityId}",
23-
nameof(Inspection) => $"/PropertyManagement/Inspections/View/{evt.SourceEntityId}",
24-
nameof(MaintenanceRequest) => $"/PropertyManagement/Maintenance/View/{evt.SourceEntityId}",
22+
nameof(Tour) => $"/PropertyManagement/Tours/{evt.SourceEntityId}",
23+
nameof(Inspection) => $"/PropertyManagement/Inspections/{evt.SourceEntityId}",
24+
nameof(MaintenanceRequest) => $"/PropertyManagement/Maintenance/{evt.SourceEntityId}",
2525
// Add new schedulable entity routes here as they are created
2626
_ => null
2727
};

0 commit comments

Comments
 (0)