duhongyu %!s(int64=5) %!d(string=před) roky
rodič
revize
6c4ec37104

+ 1 - 1
CallCenterApi/CallCenterApi.Interface/CallCenterApi.Interface/Controllers/workorder/WorkOrderController.cs

@@ -313,7 +313,7 @@ namespace CallCenterApi.Interface.Controllers.workorder
313 313
                     dr["FilePath"] = GetCallPath(dr["F_CallRecordId"].ToString(), config.F_ParamValue);
314 314
                 }
315 315
 
316
-                dr["Buttons"] = ButtonGroup.GetButtons(isobservation.ToString(),dr["F_WorkState"].ToString(), userModel.F_RoleCode.ToUpper(),dr["F_IsResult"].ToString(),iszbdw, userModel.F_RoleCode.ToUpper());
316
+                dr["Buttons"] = ButtonGroup.GetButtons(dr["F_WorkState"].ToString(), userModel.F_RoleCode.ToUpper(),dr["F_IsResult"].ToString(),iszbdw, userModel.F_RoleCode.ToUpper(), isobservation.ToString());
317 317
             }
318 318
             #endregion
319 319