sync
This commit is contained in:
parent
a894331f11
commit
151da5e43b
|
@ -11,6 +11,8 @@
|
|||
화상회의 권한
|
||||
COMPANY_CONF_AUTH":"N" 값 Y
|
||||
|
||||
this.authInfo = this.sessionStorageService.get<AuthResponse>(KEY_AUTH_INFO);
|
||||
|
||||
{
|
||||
"StatusCode":"200",
|
||||
"ErrorMessage":"",
|
||||
|
|
35
documents/업무/4월/2째주/0407.txt
Normal file
35
documents/업무/4월/2째주/0407.txt
Normal file
|
@ -0,0 +1,35 @@
|
|||
이슈처리
|
||||
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이라는 그룹에서 그룹대화하기를 누르면
|
||||
'대화방변경' 대화방에서 이전에 강퇴당한 사용자들이 다 초대되면서 대화방이 열려져요...
|
||||
|
||||
시간 나실때 해당 계정으로 로그인하셔서 확인 부탁드립니다...ㅠㅠ
|
||||
재현경로를 못찾겠어요..
|
BIN
documents/업무/4월/2째주/next-ucap-messenger-lf-2020-0407-1830.zip
Normal file
BIN
documents/업무/4월/2째주/next-ucap-messenger-lf-2020-0407-1830.zip
Normal file
Binary file not shown.
Binary file not shown.
Loading…
Reference in New Issue
Block a user