advanced filter creates invalid request #2848

Closed
opened 2015-10-12 14:31:19 +00:00 by j · 1 comment
Owner

after setting filter to
Rights Level is not Private

adding another condition will add
Rights Level is not Public
in the UI, the query that gets send is:

"query":{
 "conditions":[
   {"key":"rightslevel","value":2,"operator":"!="},
   {"key":"rightslevel","operator":"!=","value":""}
 ],
 "operator":"&"
}

instead of an empty string an integer is required.

after setting filter to Rights Level is not Private adding another condition will add Rights Level is not Public in the UI, the query that gets send is: ``` "query":{ "conditions":[ {"key":"rightslevel","value":2,"operator":"!="}, {"key":"rightslevel","operator":"!=","value":""} ], "operator":"&" } ``` instead of an empty string an integer is required.
j added the
frontend
label 2015-10-12 14:31:19 +00:00
j added this to the 14.04 milestone 2015-10-12 14:31:19 +00:00
0x2620 was assigned by j 2015-10-12 14:31:19 +00:00
j added the
normal
defect
labels 2015-10-12 14:31:19 +00:00
Author
Owner

In [oxjs,3706]changeset:"oxjs,3706":

#!CommitTicketReference repository="" revision="oxjs,3706"
use default value instead of '', fixes #2848
In [oxjs,3706]changeset:"oxjs,3706": ``` #!CommitTicketReference repository="" revision="oxjs,3706" use default value instead of '', fixes #2848 ```
j added the
fixed
label 2015-10-12 14:41:24 +00:00
j closed this issue 2015-10-12 14:41:24 +00:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: 0x2620/pandora#2848
No description provided.