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

라우트 없이 관리자 페이지 메뉴 목록을 가져올 수 있도록 수정 #1285

Closed
xharpenParksuhyeon opened this issue Jul 30, 2021 · 0 comments
Assignees
Milestone

Comments

@xharpenParksuhyeon
Copy link
Member

선택된 라우트 정보가 없을 경우에도 관리자 페이지 메뉴 목록을 보여주도록 해줍니다.
라우트가 없는 경우에도 사이트 내에 설정된 관리자 페이지 목록을 가져올 수 있도록 합니다.

 if ($router->current() instanceof Route) {
      $this->setSelectedMenu($router->current());
  }
@xharpenParksuhyeon xharpenParksuhyeon added this to the 3.0.14 milestone Jul 30, 2021
@xharpenParksuhyeon xharpenParksuhyeon self-assigned this Jul 30, 2021
@xharpenParksuhyeon xharpenParksuhyeon changed the title 선택된 관리자 페이지 메뉴 없이 목록을 가져올 수 있도록 수정 라우트 없이 관리자 페이지 메뉴 목록을 가져올 수 있도록 수정 Jul 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant