diff --git a/config.json b/config.json index 030af312c3..abaf25408b 100644 --- a/config.json +++ b/config.json @@ -1,6 +1,6 @@ { "base_template": "lib/website/templates/base.html", - "framework_version": "3.4.2", + "framework_version": "3.5.0", "modules": { "Calendar": { "color": "#2980b9", diff --git a/core/doctype/custom_field/custom_field.txt b/core/doctype/custom_field/custom_field.txt index b77841c23f..7a18e669b3 100644 --- a/core/doctype/custom_field/custom_field.txt +++ b/core/doctype/custom_field/custom_field.txt @@ -2,7 +2,7 @@ { "creation": "2013-01-10 16:34:01", "docstatus": 0, - "modified": "2014-01-09 18:13:31", + "modified": "2014-01-10 15:04:04", "modified_by": "Administrator", "owner": "Administrator" }, @@ -61,6 +61,7 @@ "fieldname": "dt", "fieldtype": "Link", "in_filter": 1, + "in_list_view": 1, "label": "Document", "no_copy": 0, "oldfieldname": "dt", @@ -93,6 +94,7 @@ "fieldname": "fieldtype", "fieldtype": "Select", "in_filter": 1, + "in_list_view": 1, "label": "Field Type", "no_copy": 0, "oldfieldname": "fieldtype", @@ -164,6 +166,7 @@ "doctype": "DocField", "fieldname": "fieldname", "fieldtype": "Data", + "in_list_view": 1, "label": "Fieldname", "no_copy": 1, "oldfieldname": "fieldname", diff --git a/public/js/wn/form/control.js b/public/js/wn/form/control.js index 462062d922..184e811263 100644 --- a/public/js/wn/form/control.js +++ b/public/js/wn/form/control.js @@ -446,7 +446,8 @@ wn.ui.form.ControlCheck = wn.ui.form.ControlData.extend({ this.$wrapper = $('
\
\
\ -