From 734a746687aa75b026a1e518725aba2056567b0f Mon Sep 17 00:00:00 2001 From: scmmishra Date: Wed, 7 Nov 2018 22:16:15 +0530 Subject: [PATCH] Minor DocType changes --- erpnext/education/doctype/article/article.json | 4 ++-- erpnext/education/doctype/question/question.json | 4 ++-- erpnext/education/doctype/video/video.json | 4 ++-- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/erpnext/education/doctype/article/article.json b/erpnext/education/doctype/article/article.json index 0fdeeef918b..6b79f6090ec 100644 --- a/erpnext/education/doctype/article/article.json +++ b/erpnext/education/doctype/article/article.json @@ -2,7 +2,7 @@ "allow_copy": 0, "allow_events_in_timeline": 0, "allow_guest_to_view": 0, - "allow_import": 0, + "allow_import": 1, "allow_rename": 0, "autoname": "field:title", "beta": 0, @@ -153,7 +153,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-11-07 21:19:29.051716", + "modified": "2018-11-07 22:14:23.922612", "modified_by": "Administrator", "module": "Education", "name": "Article", diff --git a/erpnext/education/doctype/question/question.json b/erpnext/education/doctype/question/question.json index b7b3ca8eca8..5ddad44405d 100644 --- a/erpnext/education/doctype/question/question.json +++ b/erpnext/education/doctype/question/question.json @@ -2,7 +2,7 @@ "allow_copy": 0, "allow_events_in_timeline": 0, "allow_guest_to_view": 0, - "allow_import": 0, + "allow_import": 1, "allow_rename": 0, "autoname": "format:QUESTION-{#####}", "beta": 0, @@ -91,7 +91,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-11-07 21:18:19.991825", + "modified": "2018-11-07 22:15:02.726655", "modified_by": "Administrator", "module": "Education", "name": "Question", diff --git a/erpnext/education/doctype/video/video.json b/erpnext/education/doctype/video/video.json index dd81e97e236..30ad89a622b 100644 --- a/erpnext/education/doctype/video/video.json +++ b/erpnext/education/doctype/video/video.json @@ -2,7 +2,7 @@ "allow_copy": 0, "allow_events_in_timeline": 0, "allow_guest_to_view": 0, - "allow_import": 0, + "allow_import": 1, "allow_rename": 0, "autoname": "field:title", "beta": 0, @@ -185,7 +185,7 @@ "issingle": 0, "istable": 0, "max_attachments": 0, - "modified": "2018-11-07 21:19:09.321439", + "modified": "2018-11-07 22:14:29.957676", "modified_by": "Administrator", "module": "Education", "name": "Video",