Merge branch 'bug_21893' into 'master'

Fix bug#21893

See merge request easycorp/zentaopms!3068
This commit is contained in:
李玉春
2022-04-22 03:20:09 +00:00
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -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";}
+2 -2
View File
@@ -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');
}
/**