From c7f61807c8b9ec795851ac773685645a7929bed9 Mon Sep 17 00:00:00 2001 From: zenggang Date: Thu, 21 Apr 2022 09:13:05 +0000 Subject: [PATCH 1/2] * Fix bug#21893 --- module/repo/css/browse.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/module/repo/css/browse.css b/module/repo/css/browse.css index 35ae8663e8..5a718bb0b5 100644 --- a/module/repo/css/browse.css +++ b/module/repo/css/browse.css @@ -11,3 +11,7 @@ .c-commit {width: 70px;} .c-committer {width: 100px;} .c-icon {width: 30px;} + +/* Fix bug #21893. */ +.in #sidebar>.sidebar-toggle>.icon-angle-left:before {content: "\e315";} +.hide-sidebar #sidebar>.sidebar-toggle>.icon-angle-left:before {content: "\e314";} From 0ef2e99bca22bc1c2bf34baea03ce915ac7b57c8 Mon Sep 17 00:00:00 2001 From: zenggang Date: Fri, 22 Apr 2022 02:29:51 +0000 Subject: [PATCH 2/2] * Fix bug#21876 --- module/todo/js/view.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/module/todo/js/view.js b/module/todo/js/view.js index 224695541b..abe3a76c4a 100644 --- a/module/todo/js/view.js +++ b/module/todo/js/view.js @@ -68,8 +68,8 @@ function createProduct() var link = createLink('product', 'create'); - config.onlybody = onlybody; - parent.location.href = link; + config.onlybody = onlybody; + window.parent.$.apps.open(link, 'product'); } /**