Skip to content
Snippets Groups Projects
Commit ca5c9b70 authored by JediKev's avatar JediKev
Browse files

issue: Queue sort_id

This addresses an issue where poor little `sort_id` was sadly forgotten for
the two main-level queues "Open" and "My Tickets".
parent 14b5ba57
No related branches found
No related tags found
No related merge requests found
...@@ -32,6 +32,7 @@ ...@@ -32,6 +32,7 @@
parent_id: 0 parent_id: 0
flags: 0x03 flags: 0x03
sort: 1 sort: 1
sort_id: 1
root: T root: T
config: '[["status__state","includes",{"open":"Open"}]]' config: '[["status__state","includes",{"open":"Open"}]]'
columns: columns:
...@@ -204,6 +205,7 @@ ...@@ -204,6 +205,7 @@
flags: 0x03 flags: 0x03
root: T root: T
sort: 3 sort: 3
sort_id: 3
config: '{"criteria":[["assignee","includes",{"M":"Me","T":"One of my teams"}],["status__state","includes",{"open":"Open"}]],"conditions":[]}' config: '{"criteria":[["assignee","includes",{"M":"Me","T":"One of my teams"}],["status__state","includes",{"open":"Open"}]],"conditions":[]}'
columns: columns:
- column_id: 1 - column_id: 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment