Преглед на файлове

[fix] make map_current_doc a POST request

version-14
Anand Doshi преди 9 години
родител
ревизия
d792ba7abf
променени са 1 файла, в които са добавени 3 реда и са изтрити 1 реда
  1. +3
    -1
      frappe/public/js/frappe/model/create_new.js

+ 3
- 1
frappe/public/js/frappe/model/create_new.js Целия файл

@@ -241,7 +241,9 @@ $.extend(frappe.model, {
}
var _map = function() {
return frappe.call({
type: "GET",
// Sometimes we hit the limit for URL length of a GET request
// as we send the full target_doc. Hence this is a POST request.
type: "POST",
method: opts.method,
args: {
"source_name": opts.source_name,


Зареждане…
Отказ
Запис