Signed-off-by: a1012112796 <1012112796@qq.com>
This commit is contained in:
a1012112796 2024-04-22 03:36:11 +00:00
parent dd52d2e157
commit 64701bdc42
No known key found for this signature in database
GPG Key ID: E5FB19032C2C2A64
2 changed files with 15 additions and 15 deletions

View File

@ -193,7 +193,7 @@
{{end}}
</div>
</div>
<div class="ui select-project-curent list">
<div class="ui select-project-current list">
<span class="no-select item {{if .Issue.Project}}tw-hidden{{end}}">{{ctx.Locale.Tr "repo.issues.new.no_projects"}}</span>
<div class="selected">
{{if .Issue.Project}}

View File

@ -183,7 +183,7 @@ export function initRepoCommentForm() {
// TODO: Which thing should be done for choosing review requests
// to make chosen items be shown on time here?
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify' || selector === 'select-issue-project-board') {
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify') {
return false;
}
@ -223,7 +223,7 @@ export function initRepoCommentForm() {
$(this).find('.octicon-check').addClass('tw-invisible');
});
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify' || selector === 'select-issue-project-board') {
if (selector === 'select-reviewers-modify' || selector === 'select-assignees-modify') {
return false;
}