Skip to content

Commit

Permalink
CR
Browse files Browse the repository at this point in the history
  • Loading branch information
fagubla committed Dec 18, 2024
1 parent 0d487ca commit 3d1cb73
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ProcessMaker/Http/Controllers/CasesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,6 @@ public function show($case_number)
// Get all PM-Blocks
$modelerController = new ModelerController();
$pmBlockList = $modelerController->getPmBlockList();
// dd($pmBlockList);

// Return the view
return view('cases.edit', compact(
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,6 @@ import { getInflightData, getProcessName } from "../variables";
const translate = ProcessMaker.i18n;
const processTitle = ref(`${getProcessName()} ${translate.t("In-Flight Map")}`);
// processTitle.value = `${getProcessName()} ${translate.t("In-Flight Map")}`;
const keyModeler = ref(Math.random());
const modelerRef = ref("");
const tooltipRef = ref(null);
Expand Down

0 comments on commit 3d1cb73

Please sign in to comment.