mirror of
https://github.com/Xevion/paperless-mobile.git
synced 2025-12-14 02:12:21 -06:00
Merge pull request #180 from losiu97/fix/add-match-none
BUGFIX add MATCH_NONE to tag matching options
This commit is contained in:
@@ -104,7 +104,7 @@ class LocalMockApiServer {
|
||||
"name": body?['name'],
|
||||
"color": body?['color'],
|
||||
"text_color": "#000000",
|
||||
"match": "",
|
||||
"match": body?['match'],
|
||||
"matching_algorithm": body?['matching_algorithm'],
|
||||
"is_insensitive": body?['is_insensitive'],
|
||||
"is_inbox_tag": false,
|
||||
@@ -129,7 +129,7 @@ class LocalMockApiServer {
|
||||
"name": body?['name'],
|
||||
"color": body?['color'],
|
||||
"text_color": "#000000",
|
||||
"match": "",
|
||||
"match": body?['match'],
|
||||
"matching_algorithm": body?['matching_algorithm'],
|
||||
"is_insensitive": body?['is_insensitive'],
|
||||
"is_inbox_tag": false,
|
||||
|
||||
Reference in New Issue
Block a user