Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

프로젝트 생성시 기본메뉴 설정 문제 #777

Open
lamia100 opened this issue Mar 7, 2023 · 1 comment
Open

프로젝트 생성시 기본메뉴 설정 문제 #777

lamia100 opened this issue Mar 7, 2023 · 1 comment
Assignees
Labels

Comments

@lamia100
Copy link

lamia100 commented Mar 7, 2023

yona 1.16.0 으로 새로 구축 하였는데 프로젝트 생성시 모든 메뉴가 기본으로 선택되고 있습니다.

application.conf 에서 project.creation.default.menus 내용으로는
project.creation.default.menus = "issue, milestone, board" 으로 되어있어 확인해보니

TemplateHelper.scala 의 containsInDefaultMenus에서 참조하는 명칭이 project.default.menus.when.create 으로 되어있어
변경 후 정상적으로 적용되는것을 확인했습니다.

project: Support default menu options when create

위 커밋에서 project.creation.default.menus -> project.default.menus.when.create 으로 변경된것 같은데

git 에 있는 conf/application.conf.default 파일에는 project.creation.default.menus 로 되어있어 적용이 안되는듯 합니다.

project.default.menus.when.create 로 수정해 주시면 좋을것 같습니다.

추가로 프로젝트 생성시 "새 프로젝트 시작" 에서는 기본메뉴 설정이 적용되는데
"Git 저장소에서 코드 가져오기" 에서는 기본메뉴 적용이 안되고 모든 메뉴가 선택되고 있습니다.
create.scala.html 에는 containsInDefaultMenus 를 이용한 기능이 적용되어있으나
importing.scala.html 에는 해당 기능이 적용이 안되어 있어 그런것으로 보입니다.

감사합니다.

@doortts doortts self-assigned this Mar 7, 2023
@doortts
Copy link
Collaborator

doortts commented Mar 7, 2023

자세한 분석에 해결책까지 알려주셔서 고맙습니다!! 다음 패치때에 반영하도록 하겠습니다!

@doortts doortts added the bug label Mar 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants