From 35e9c8d4bf0fe6a83acdcca7717163915c0eb8a6 Mon Sep 17 00:00:00 2001 From: Robert Axelsen Date: Mon, 25 Mar 2019 11:17:11 +0100 Subject: [PATCH] TT#47518 Get alerted about invalid soundsets Change-Id: Ia6c5e2e8b0e1aec80623c4b61fb73ab7a31931ca --- .../PbxConfiguration/CscPbxSoundGroup.vue | 13 +++++-- .../PbxConfiguration/CscPbxSoundItem.vue | 13 ++++++- .../pages/PbxConfiguration/CscPbxSoundSet.vue | 39 +++++++++++++++++-- .../PbxConfiguration/CscPbxSoundSets.vue | 10 ++++- src/locales/en.json | 4 +- src/store/pbx-config/getters.js | 16 ++++++++ src/themes/app.common.styl | 6 +++ 7 files changed, 91 insertions(+), 10 deletions(-) diff --git a/src/components/pages/PbxConfiguration/CscPbxSoundGroup.vue b/src/components/pages/PbxConfiguration/CscPbxSoundGroup.vue index 54dc762e..148297fb 100644 --- a/src/components/pages/PbxConfiguration/CscPbxSoundGroup.vue +++ b/src/components/pages/PbxConfiguration/CscPbxSoundGroup.vue @@ -1,6 +1,7 @@