This commit is contained in:
@@ -7,4 +7,5 @@ a.72
|
|||||||
added "drop files here" hint to file list drop zone area if no files are already attached
|
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 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)
|
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
|
||||||
@@ -2,11 +2,6 @@
|
|||||||
@@@@@@@@@@@@@@@ ROADMAP STAGE 4 - REPORTING / DASHBOARD / KPI
|
@@@@@@@@@@@@@@@ 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
|
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?
|
See where it's at, is any of it usable?
|
||||||
|
|
||||||
|
|||||||
@@ -120,7 +120,7 @@
|
|||||||
<v-col v-if="showTags" cols="12">
|
<v-col v-if="showTags" cols="12">
|
||||||
<gz-tag-picker
|
<gz-tag-picker
|
||||||
v-model="obj.tags"
|
v-model="obj.tags"
|
||||||
:label="$ay.t('Tags')"
|
:label="$ay.t('TaggedWith')"
|
||||||
:readonly="formState.readOnly"
|
:readonly="formState.readOnly"
|
||||||
:disabled="formState.readOnly"
|
:disabled="formState.readOnly"
|
||||||
ref="tags"
|
ref="tags"
|
||||||
@@ -730,7 +730,8 @@ async function fetchTranslatedText(vm) {
|
|||||||
"NotifyEventType",
|
"NotifyEventType",
|
||||||
"NotifyDeliveryAddress",
|
"NotifyDeliveryAddress",
|
||||||
"tags",
|
"tags",
|
||||||
"Duration"
|
"Duration",
|
||||||
|
"TaggedWith"
|
||||||
]);
|
]);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user