mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-12-11 00:57:09 +01:00
Pass saved_view owner as id only (#4158)
This commit is contained in:
parent
650c816a7b
commit
9a0e44a731
15 changed files with 15 additions and 16 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import { FilterRule } from './filter-rule'
|
||||
import { ObjectWithId } from './object-with-id'
|
||||
import { ObjectWithPermissions } from './object-with-permissions'
|
||||
|
||||
export interface PaperlessSavedView extends ObjectWithId {
|
||||
export interface PaperlessSavedView extends ObjectWithPermissions {
|
||||
name?: string
|
||||
|
||||
show_on_dashboard?: boolean
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue