Browse Source

Merge branch 'master' of https://git.oslog.id/ibnu/generic-ospro-gantt into dev-wahyun

pull/1/head
wahyun 10 months ago
parent
commit
3dd3d1b321
  1. 2
      edit-mode/function/expenseResource.js
  2. 4
      edit-mode/function/ganttSettings.js

2
edit-mode/function/expenseResource.js

@ -158,7 +158,7 @@ $(document).ready(function () {
let expense_id = null; let expense_id = null;
let payload = { let payload = {
description: desc_req_expense, description: desc_req_expense.trim(),
type: "expense", type: "expense",
fom_date: required_date, fom_date: required_date,
required_date: required_date, required_date: required_date,

4
edit-mode/function/ganttSettings.js

@ -131,8 +131,8 @@ $(document).ready(function () {
}); });
$("#dashboard-project").on('click', function (event) { $("#dashboard-project").on('click', function (event) {
// window.location.href = `https://project.ospro.id/#/dashboard-project/${projectId}/${ganttId}`; window.location.href = `https://project.ospro.id/#/dashboard-project/${projectId}/${ganttId}false-header`;
window.location.href = `http://localhost:3000/#/dashboard-project/${projectId}/${ganttId}`; // window.location.href = `http://localhost:3000/#/dashboard-project/${projectId}/${ganttId}/false-header`;
}); });
$("#gantt-baseline").on('click', function (event) { $("#gantt-baseline").on('click', function (event) {

Loading…
Cancel
Save