Browse Source

Fix to job requi task editor permissions

Kenric Nugteren 2 years ago
parent
commit
b10afbae5b
1 changed files with 1 additions and 0 deletions
  1. 1 0
      prs.desktop/Panels/Jobs/JobRequisitionGrid.cs

+ 1 - 0
prs.desktop/Panels/Jobs/JobRequisitionGrid.cs

@@ -100,6 +100,7 @@ namespace PRSDesktop
             }
             Progress.Close();
             var page = new KanbanGrid();
+            page.MyID = App.EmployeeID;
             page.OnAfterSave += (form, items) =>
             {
                 KanbanAfterSave(form, items);