Skip to content
This repository has been archived by the owner on Aug 11, 2020. It is now read-only.

로그인 기록 탭 숨기기 관련 #13

Open
churow opened this issue May 15, 2019 · 0 comments
Open

로그인 기록 탭 숨기기 관련 #13

churow opened this issue May 15, 2019 · 0 comments
Assignees
Labels
Milestone

Comments

@churow
Copy link

churow commented May 15, 2019

관리 페이지의 "디자인"에서 로그인 기록 탭 숨기기 hideLoginlogTab의 값이 다음과 같이 되어 있는데

  • A: 모든 사용자에게 보이기
  • Y: 모든 사용자에게 숨기기
  • N: 관리자에게만 보이기

loginlog.controller.php의 triggerBeforeModuleInit()에는 다음과 같이 되어 있어서

if($config->design->hideLoginlogTab === 'Y' || ($config->design->hideLoginlogTab === 'N') && $logged_info->is_admin === 'Y')
{
	getController('member')->addMemberMenu('dispLoginlogHistories', 'cmd_view_loginlog');
}

실제로는 Y(모든 사용자에게 숨기기)일 때 로그인 기록 탭이 보이고 A(모든 사용자에게 보이기)일 때는 안 보입니다.

tpl/design.html에서 <option>의 텍스트를 서로 바꾸거나 트리거의 조건을 고치거나 해야겠습니다.

@smaker smaker added the bug label Feb 6, 2020
@smaker smaker self-assigned this Feb 6, 2020
@smaker smaker added this to the 1.5.1 milestone Feb 6, 2020
smaker added a commit that referenced this issue Feb 6, 2020
#13 "로그인 기록 탭 숨기기" 옵션이 제대로 동작하지 않던 버그 수정
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants