Added possibility to select AND/OR operator for searches in lists.
This commit is contained in:
parent
cbb77e0224
commit
f70af04d4c
5 changed files with 24 additions and 4 deletions
|
@ -65,6 +65,8 @@ class PoMessage:
|
|||
SEARCH_NEW = 'New search'
|
||||
SEARCH_FROM = 'From'
|
||||
SEARCH_TO = 'to'
|
||||
SEARCH_OR = 'or'
|
||||
SEARCH_AND = 'and'
|
||||
WORKFLOW_COMMENT = 'Optional comment'
|
||||
WORKFLOW_STATE = 'state'
|
||||
DATA_CHANGE = 'Data change'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue