You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Infrastructure/Helpers/BackendConfigurationAssignmentWorkerServiceHelper.cs
+45-1Lines changed: 45 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -277,7 +277,51 @@ public static async Task<OperationResult> UpdateDeviceUser(DeviceUserModel devic
Copy file name to clipboardExpand all lines: eFormAPI/Plugins/BackendConfiguration.Pn/BackendConfiguration.Pn/Services/BackendConfigurationAssignmentWorkerService/BackendConfigurationAssignmentWorkerService.cs
+8-2Lines changed: 8 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -370,7 +370,12 @@ join worker in sdkDbContext.Workers on siteWorker.WorkerId equals worker.Id
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-worker-create-edit-modal/property-worker-create-edit-modal.component.html
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-worker-create-edit-modal/property-worker-create-edit-modal.component.ts
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,7 @@ export class PropertyWorkerCreateEditModalComponent implements OnInit, OnDestroy
37
37
deviceUser: DeviceUserModel,
38
38
assignments: PropertyAssignmentWorkerModel[],
39
39
availableProperties: CommonDictionaryModel[],
40
+
availableTags: CommonDictionaryModel[];
40
41
}>(MAT_DIALOG_DATA);
41
42
42
43
availableProperties: CommonDictionaryModel[]=[];
@@ -47,6 +48,7 @@ export class PropertyWorkerCreateEditModalComponent implements OnInit, OnDestroy
Copy file name to clipboardExpand all lines: eform-client/src/app/plugins/modules/backend-configuration-pn/modules/property-workers/components/property-worker-table/property-worker-table.component.html
0 commit comments