This commit is contained in:
@@ -22,10 +22,6 @@ FIRST CLIENT SOURCE CODE COMMIT JAN 3rd 2019
|
|||||||
|
|
||||||
# OUTSTANDING MAJOR AREAS TO BETA
|
# OUTSTANDING MAJOR AREAS TO BETA
|
||||||
|
|
||||||
|
|
||||||
todo: mirror remove not used settings in regular user notify subscription to avoid duplicate problem there too with invalid or more likely hidden and hard to diagnose settings
|
|
||||||
|
|
||||||
|
|
||||||
rockfish b4beta cases
|
rockfish b4beta cases
|
||||||
|
|
||||||
# OUTSTANDING BEFORE RELEASE
|
# OUTSTANDING BEFORE RELEASE
|
||||||
|
|||||||
@@ -491,6 +491,11 @@ export default {
|
|||||||
params: { recordid: tid.id }
|
params: { recordid: tid.id }
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case ayatype.OpsNotificationSettings:
|
||||||
|
vm.$router.push({
|
||||||
|
name: "/ops-notification-settings"
|
||||||
|
});
|
||||||
|
break;
|
||||||
|
|
||||||
default:
|
default:
|
||||||
window.$gz.eventBus.$emit(
|
window.$gz.eventBus.$emit(
|
||||||
|
|||||||
@@ -537,6 +537,10 @@ export default {
|
|||||||
this.obj.idValue = 0;
|
this.obj.idValue = 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (!this.showAyaType) {
|
||||||
|
this.obj.ayaType = 0;
|
||||||
|
}
|
||||||
|
|
||||||
//don't send the deliveryaddress if it's an in-app notification
|
//don't send the deliveryaddress if it's an in-app notification
|
||||||
if (vm.obj.deliveryMethod == 1) {
|
if (vm.obj.deliveryMethod == 1) {
|
||||||
vm.obj.deliveryAddress = null;
|
vm.obj.deliveryAddress = null;
|
||||||
|
|||||||
Reference in New Issue
Block a user