Skip to content

Commit

Permalink
Make all editRecordDialog modes persistent, adjust icon for entering …
Browse files Browse the repository at this point in the history
…a record
  • Loading branch information
big213 committed Apr 13, 2021
1 parent 966c9bf commit 4a03b4b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 7 deletions.
7 changes: 1 addition & 6 deletions frontend/components/dialog/editRecordDialog.vue
Original file line number Diff line number Diff line change
@@ -1,10 +1,5 @@
<template>
<v-dialog
v-model="status"
scrollable
max-width="800px"
:persistent="computedMode !== 'view'"
>
<v-dialog v-model="status" scrollable max-width="800px" persistent>
<component
:is="interfaceComponent"
v-if="status"
Expand Down
2 changes: 1 addition & 1 deletion frontend/components/menu/recordActionMenu.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
@click="goToPage(true)"
>
<v-list-item-icon>
<v-icon>mdi-open-in-new</v-icon>
<v-icon>mdi-newspaper-variant-outline</v-icon>
</v-list-item-icon>
<v-list-item-title
>Go To Page
Expand Down
1 change: 1 addition & 0 deletions frontend/models/special/publicPbs.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ const PublicPbs = <any>{
deleteOptions: undefined,
addOptions: undefined,
editOptions: undefined,
copyOptions: undefined,
expandTypes: undefined,
}

Expand Down

0 comments on commit 4a03b4b

Please sign in to comment.