Browse Source

Merge branch 'develop'

version-14
Pratik Vyas 11 years ago
parent
commit
005ec6197a
2 changed files with 2 additions and 1 deletions
  1. +1
    -1
      config.json
  2. +1
    -0
      webnotes/modules/__init__.py

+ 1
- 1
config.json View File

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


+ 1
- 0
webnotes/modules/__init__.py View File

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


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


Loading…
Cancel
Save