ucap-doc/documents/업무/4월/2째주/0407.txt
Park Byung Eun 151da5e43b sync
2020-04-07 18:51:00 +09:00

35 lines
1.5 KiB
Plaintext

이슈처리
15번 이슈 한글자 길게 입력 (한글)
앱 블러일 때 타이틀 바 비활성화 포커스일 때 활성화
34번 이슈 다이얼패드 커서 표시
40번 이슈 초대 받은 그룸 대화방 안보임
63번 이슈 대화 전달 화면 휴가 표시 보여주지 않음
그룹에 휴가인 사용자 추가된 상태
휴가 사용자 대화 -> 대화 전달 확인 -> 그룹에서 휴가 표시 하지 않음
this.optionSubscription = this.store
.pipe(select(OptionStore..reg))
.subscribe((reg) => {
if (!!reg) {
const modifiedSettings: Settings = clone(this.appUserInfo.settings);
// 모바일에서 해당 값만 수정함.
modifiedSettings.notification.receiveForMobile =
reg.mobileNotification === 0 ? false : true;
this.appUserInfo.settings = modifiedSettings;
this.localStorageService.encSet<AppUserInfo>(
KEY_APP_USER_INFO,
this.appUserInfo,
environment.customConfig.appKey
);
}
});
test05번 계정에서 3명사용자가 있는 '대화방변경' 대화방이 있는데요..
그룹 탭에서 테스트1이라는 그룹에서 그룹대화하기를 누르면
'대화방변경' 대화방에서 이전에 강퇴당한 사용자들이 다 초대되면서 대화방이 열려져요...
시간 나실때 해당 계정으로 로그인하셔서 확인 부탁드립니다...ㅠㅠ
재현경로를 못찾겠어요..