This commit is contained in:
2020-10-22 18:36:01 +00:00
parent c4bb573b77
commit 88b979b18e
3 changed files with 10 additions and 30 deletions

View File

@@ -3,28 +3,6 @@
@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@
todo: update front end report processor javascript libs for market and dompurify
todo: breaking change in latest vuetify with integer bound to v-text-field have kept this version awaiting fix, reported
https://github.com/vuetifyjs/vuetify/pull/12451
If not fixed in a timely manner can downgrade to the build before this one
todo: Update marked library to latest, view breaking changes first
https://github.com/markedjs/marked/releases
todo: move typeface roboto to new source or see how vue cli is handling it etc
https://github.com/KyleAMathews/typefaces/tree/master/packages/roboto
todo: JWT Decode major updated version
potentially breaking changes
https://github.com/auth0/jwt-decode#readme
todo: Monaco editor and webpack plugin update
https://github.com/microsoft/monaco-editor/blob/master/CHANGELOG.md
https://github.com/Microsoft/monaco-editor-webpack-plugin#readme
todo: Postgres 13?
todo: when it's a general notification in the timeline the button to open the subscription should not be there since it goes to an uneditable default built in subscription
@@ -47,8 +25,12 @@ todo: DataListFilter UI pretty shitty
todo: breaking change in latest vuetify with integer bound to v-text-field have kept this version awaiting fix, reported
https://github.com/vuetifyjs/vuetify/pull/12451
If not fixed in a timely manner can downgrade to the build before this one
### BIG ITEMS ###
todo: Postgres 13?
todo: export from grid to xls, csv etc.
I'm thinking perhaps also a secondary ability to make report templates that are actually intended for export to xls or whatever as an additional feature

View File

@@ -16,11 +16,6 @@
$ay.t("PickListTemplates")
}}</v-list-item-title>
</v-list-item>
<!-- <v-subheader>{{ $ay.t("Server") }}</v-subheader>
<v-list-item>
<v-list-item-title>{{ $ay.t("Notifications") }}</v-list-item-title>
</v-list-item> -->
</v-list>
</v-card>
</div>

View File

@@ -36,9 +36,12 @@
<v-card-actions>
<v-btn text @click="deleteItem(i)">{{ $ay.t("Delete") }}</v-btn>
<v-btn text @click="openSubscription(i)">{{
$ay.t("NotifySubscription")
}}</v-btn>
<v-btn
text
@click="openSubscription(i)"
v-if="i.eventType != 27"
>{{ $ay.t("NotifySubscription") }}</v-btn
>
<v-btn text @click="openItem(i)" v-if="i.objectId != 0">{{
$ay.t("Open")
}}</v-btn>