Procházet zdrojové kódy

Removed ignore link validation from the report, add ignore_link_validation is report js file (#4502)

version-14
rohitwaghchaure před 7 roky
committed by Nabin Hait
rodič
revize
d5fc56cc36
1 změnil soubory, kde provedl 0 přidání a 4 odebrání
  1. +0
    -4
      frappe/public/js/frappe/views/reports/query_report.js

+ 0
- 4
frappe/public/js/frappe/views/reports/query_report.js Zobrazit soubor

@@ -328,10 +328,6 @@ frappe.views.QueryReport = Class.extend({
me.trigger_refresh();
}
}

// This is specifically done true earlier due to some reason. Please update if anyone finds that.
// Done false as the api can be used in the script reports which can break due to invalid links
df.ignore_link_validation = false;
}
});



Načítá se…
Zrušit
Uložit