From 14dc7079d13961a0c5ef344480241b38c3fd4371 Mon Sep 17 00:00:00 2001 From: zenggang Date: Mon, 19 Dec 2022 08:17:56 +0000 Subject: [PATCH] * Fix bug#30798 --- module/doc/view/edittexttype.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/doc/view/edittexttype.html.php b/module/doc/view/edittexttype.html.php index 5f2aa94148..93a3aea1a1 100644 --- a/module/doc/view/edittexttype.html.php +++ b/module/doc/view/edittexttype.html.php @@ -56,7 +56,7 @@ .modal-title {font-size: 14px !important; font-weight: 700 !important;} #basicInfoBox tfoot td {padding-bottom: 0;} -createLink('doc', 'objectlibs', "type=$type&objectID=$objectID&libID={$lib->id}&docID={$doc->id}") . "#app={$this->app->tab}";?> +session->docList ? $app->session->docList : $this->createLink('doc', 'objectlibs', "type=$type&objectID=$objectID&libID={$lib->id}&docID={$doc->id}") . "#app={$this->app->tab}";?>