Просмотр исходного кода

Merge branch 'hotfix'

version-14
mbauskar 7 лет назад
Родитель
Сommit
bc396d5cba
5 измененных файлов: 13 добавлений и 2 удалений
  1. +1
    -1
      frappe/__init__.py
  2. +2
    -1
      frappe/core/doctype/user/user.json
  3. +1
    -0
      frappe/custom/doctype/customize_form/customize_form.js
  4. +4
    -0
      frappe/public/css/desk.css
  5. +5
    -0
      frappe/public/less/desk.less

+ 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.1.5'
__version__ = '9.1.6'
__title__ = "Frappe Framework"

local = Local()


+ 2
- 1
frappe/core/doctype/user/user.json Просмотреть файл

@@ -1213,6 +1213,7 @@
"label": "Background Image",
"length": 0,
"no_copy": 0,
"options": "image",
"permlevel": 0,
"precision": "",
"print_hide": 0,
@@ -2001,7 +2002,7 @@
"istable": 0,
"max_attachments": 5,
"menu_index": 0,
"modified": "2017-09-14 14:55:26.044665",
"modified": "2017-10-09 15:33:43.818915",
"modified_by": "Administrator",
"module": "Core",
"name": "User",


+ 1
- 0
frappe/custom/doctype/customize_form/customize_form.js Просмотреть файл

@@ -146,6 +146,7 @@ frappe.customize_form.set_primary_action = function(frm) {
return frm.call({
doc: frm.doc,
freeze: true,
btn: frm.page.btn_primary,
method: "save_customization",
callback: function(r) {
if(!r.exc) {


+ 4
- 0
frappe/public/css/desk.css Просмотреть файл

@@ -626,6 +626,10 @@ li.user-progress .progress-bar {
}
.frappe-rtl .checkbox .disp-area {
margin-right: -20px;
margin-left: 0px;
}
.checkbox .disp-area {
margin-left: -20px;
}
.text-editor {
height: 400px;


+ 5
- 0
frappe/public/less/desk.less Просмотреть файл

@@ -484,6 +484,11 @@ li.user-progress {

.frappe-rtl .checkbox .disp-area {
margin-right: -20px;
margin-left: 0px;
}

.checkbox .disp-area {
margin-left: -20px;
}

.text-editor {


Загрузка…
Отмена
Сохранить