Browse Source

Merge pull request 'git check hierarchy' (#62) from dev-wahyu into staging

Reviewed-on: ordo/adw-gantt#62
pull/1/head
farhantock 11 months ago
parent
commit
a7d9081f4f
  1. 3
      view-mode/function/overlaySCurve.js

3
view-mode/function/overlaySCurve.js

@ -16,10 +16,11 @@ function callback(response) {
function messageListener(event) {
if (event.data && event.data.action === 'sendUrl') {
const parentUrl = event.data.url;
const isHierarchy = event.data.isHierarchy;
// Split the remaining path by "/"
parts = parentUrl.split("/");
if (parts[7] && parts[7] == "1") {
if (parts[7] && parts[7] == "1" && isHierarchy) {
$.ajax({
headers: {
"Content-Type": "application/json",

Loading…
Cancel
Save