瀏覽代碼

Merge branch 'develop'

version-14
Pratik Vyas 11 年之前
父節點
當前提交
005ec6197a
共有 2 個檔案被更改,包括 2 行新增1 行删除
  1. +1
    -1
      config.json
  2. +1
    -0
      webnotes/modules/__init__.py

+ 1
- 1
config.json 查看文件

@@ -1,6 +1,6 @@
{
"base_template": "lib/website/templates/base.html",
"framework_version": "3.3.0",
"framework_version": "3.3.1",
"modules": {
"Calendar": {
"color": "#2980b9",


+ 1
- 0
webnotes/modules/__init__.py 查看文件

@@ -7,6 +7,7 @@ from __future__ import unicode_literals
"""
import webnotes, os
from webnotes import conf
import webnotes.utils

lower_case_files_for = ['DocType', 'Page', 'Report',
"Workflow", 'Module Def', 'Desktop Item', 'Workflow State', 'Workflow Action']


Loading…
取消
儲存