This commit is contained in:
2020-10-09 18:57:21 +00:00
parent 585324bae4
commit d712df6776
3 changed files with 5 additions and 8 deletions

View File

@@ -7,4 +7,5 @@ a.72
added "drop files here" hint to file list drop zone area if no files are already attached
login - fixed bug that would show large branded logo on small login screen
login - fixed bug that would show no custom logo on small login screen if no small custom logo (should have checked medium instead)
added .webp support to wiki image
added .webp support to wiki image
Notification subscriptions "Tag" prompt changed to "Tagged with" to make it more clear it's a filter and not tagging the subscription itself

View File

@@ -2,11 +2,6 @@
@@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: notification subscription form tags control looks like ordinary tags control might confuse people that they are tagging that subscription
Maybe change the text to "Automatic filter tags" or "Only if tagged with"
todo: take a look at front end cypress testing etc again, it's going to be the best way to assure quality going forward and indespensible for smoke / load testing
See where it's at, is any of it usable?

View File

@@ -120,7 +120,7 @@
<v-col v-if="showTags" cols="12">
<gz-tag-picker
v-model="obj.tags"
:label="$ay.t('Tags')"
:label="$ay.t('TaggedWith')"
:readonly="formState.readOnly"
:disabled="formState.readOnly"
ref="tags"
@@ -730,7 +730,8 @@ async function fetchTranslatedText(vm) {
"NotifyEventType",
"NotifyDeliveryAddress",
"tags",
"Duration"
"Duration",
"TaggedWith"
]);
}