mirror of
https://github.com/paperless-ngx/paperless-ngx.git
synced 2025-04-02 13:45:10 -05:00
Update settings e2e fixture
This commit is contained in:
parent
e94ce3102e
commit
4a7c9a6050
@ -1,29 +1,34 @@
|
|||||||
{
|
{
|
||||||
"bulk_edit": {
|
"user_id": 1,
|
||||||
"apply_on_close": false,
|
"username": "admin",
|
||||||
"confirmation_dialogs": true
|
"display_name": "Admin",
|
||||||
},
|
"settings": {
|
||||||
"dark_mode": {
|
"language": "",
|
||||||
"enabled": "false",
|
"bulk_edit": {
|
||||||
"thumb_inverted": "true",
|
"confirmation_dialogs": true,
|
||||||
"use_system": true
|
"apply_on_close": false
|
||||||
},
|
},
|
||||||
"date_display": {
|
"documentListSize": 50,
|
||||||
"date_format": "mediumDate",
|
"dark_mode": {
|
||||||
"date_locale": ""
|
"use_system": true,
|
||||||
},
|
"enabled": "false",
|
||||||
"documentListSize": 50,
|
"thumb_inverted": "true"
|
||||||
"document_details": {
|
},
|
||||||
"native_pdf_viewer": false
|
"theme": {
|
||||||
},
|
"color": "#b198e5"
|
||||||
"language": "",
|
},
|
||||||
"notifications": {
|
"document_details": {
|
||||||
"consumer_failed": true,
|
"native_pdf_viewer": false
|
||||||
"consumer_new_documents": true,
|
},
|
||||||
"consumer_success": true,
|
"date_display": {
|
||||||
"consumer_suppress_on_dashboard": true
|
"date_locale": "",
|
||||||
},
|
"date_format": "mediumDate"
|
||||||
"theme": {
|
},
|
||||||
"color": "#cd42cf"
|
"notifications": {
|
||||||
|
"consumer_new_documents": true,
|
||||||
|
"consumer_success": true,
|
||||||
|
"consumer_failed": true,
|
||||||
|
"consumer_suppress_on_dashboard": true
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user