소스 검색

Merge branch 'master' into develop

version-14
Saurabh 7 년 전
부모
커밋
4bd0fb2638
2개의 변경된 파일1개의 추가작업 그리고 5개의 파일을 삭제
  1. +1
    -1
      frappe/__init__.py
  2. +0
    -4
      frappe/public/js/frappe/views/reports/query_report.js

+ 1
- 1
frappe/__init__.py 파일 보기

@@ -14,7 +14,7 @@ import os, sys, importlib, inspect, json
from .exceptions import *
from .utils.jinja import get_jenv, get_template, render_template, get_email_from_template

__version__ = '9.2.14'
__version__ = '9.2.15'
__title__ = "Frappe Framework"

local = Local()


+ 0
- 4
frappe/public/js/frappe/views/reports/query_report.js 파일 보기

@@ -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;
}
});



불러오는 중...
취소
저장