From 4fac931f2817ffaf54531e50d106024ea8f619df Mon Sep 17 00:00:00 2001 From: Chanyoung Oh Date: Sat, 13 Feb 2021 13:40:22 +0000 Subject: [PATCH] Initialize category list if module_srl is provied - Issue #1595 --- modules/document/tpl/checked_list.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/modules/document/tpl/checked_list.html b/modules/document/tpl/checked_list.html index 8fad65593..b6fc7ac6f 100644 --- a/modules/document/tpl/checked_list.html +++ b/modules/document/tpl/checked_list.html @@ -71,5 +71,8 @@ jQuery(function($){ message_content_area.prop("disabled", false); } }); + + doGetCategoryFromModule({$module_srl}); + }); \ No newline at end of file