# 시험결과분석

PC 기능  모바일에서 항상 모바일 알림을 받음 설정시 PC의 알림받기 설정값도 영향을 받음 문제점 2월11일
This commit is contained in:
leejinho 2020-02-11 17:11:55 +09:00
parent 796e00ae83
commit b80f895989

View File

@ -661,24 +661,9 @@ export class AppNotificationService {
>(KEY_APP_USER_INFO, environment.customConfig.appKey);
const modifiedSettings: Settings = clone(appUserInfo.settings);
modifiedSettings.notification.method = noti.notificationMethod;
modifiedSettings.notification.method = noti.notificationMethod0;
// 모바일에서 해당 값만 수정함.
modifiedSettings.notification.receiveForMobile =
noti.mobileNotification;
modifiedSettings.notification.use = noti.receiveNotification;
modifiedSettings.notification.alertExposureTime =
noti.notificationExposureTime;
modifiedSettings.chat.fontFamily = noti.fontFamily;
modifiedSettings.chat.fontSize = noti.fontSize;
modifiedSettings.presence.absenceTime = noti.absenceTime;
modifiedSettings.general.timezone = noti.timeZone;
modifiedSettings.general.locale = noti.menuLanguage;
modifiedSettings.general.hrInfoLocale =
noti.hrInformationLanguage;
appUserInfo.settings = modifiedSettings;
this.localStorageService.encSet<AppUserInfo>(