mirror of
https://github.com/wekan/wekan.git
synced 2026-02-20 15:04:07 +01:00
Add more constants and convert params object to a class
This commit is contained in:
parent
849b608933
commit
ba00311dd4
5 changed files with 248 additions and 195 deletions
|
|
@ -1,7 +1,13 @@
|
|||
export const OPERATOR_ASSIGNEE = 'assignee';
|
||||
export const OPERATOR_COMMENT = 'comment';
|
||||
export const OPERATOR_DUE = 'dueAt';
|
||||
export const OPERATOR_BOARD = 'board';
|
||||
export const OPERATOR_HAS = 'has';
|
||||
export const OPERATOR_LABEL = 'label';
|
||||
export const OPERATOR_LIST = 'list';
|
||||
export const OPERATOR_MEMBER = 'member';
|
||||
export const OPERATOR_SORT = 'sort';
|
||||
export const OPERATOR_STATUS = 'status';
|
||||
export const OPERATOR_SWIMLANE = 'swimlane';
|
||||
export const OPERATOR_USER = 'user';
|
||||
export const ORDER_ASCENDING = 'asc';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue