From 41c50622650d8dfe47687687c77efaed0d0d085f Mon Sep 17 00:00:00 2001 From: Hao Sun Date: Tue, 7 Sep 2021 16:37:58 +0800 Subject: [PATCH] * bug #14844, only show tutorial tasks that the user has permission access. --- module/tutorial/view/index.html.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/tutorial/view/index.html.php b/module/tutorial/view/index.html.php index 0710bcd8ea..c69d510e94 100644 --- a/module/tutorial/view/index.html.php +++ b/module/tutorial/view/index.html.php @@ -61,7 +61,7 @@
-

tutorial->allTasks;?> (2/tutorial->tasks);?>)

+

tutorial->allTasks;?> (/)

@@ -76,6 +76,7 @@