Hi,
there is a bug in Filter-function, in Order-page.
Steps: Using the "Advanced Filter", and (in my case) writing something in Order Lines -> Properties ,
which the system apparently dislikes.
Result: Orderpage locked. See attached.
And can no longer reach Advanced Filter-button (marked circle), to Reset.
Error-Msg:
Server error: Contact administrator, see log for full details.
Failed to search orders
I believe the search filter is stored in local storage in your browser so you'd need to clear that to clear the filter.
It would be good to know if there are any errors in the trace log to do with this, or if you can open dev tools to see what error the API call is producing.
Also what do you mean by "which the system apparently dislikes"? How exactly does it "dislike" it?
Hi,
thanks. Ok solution is in Firefox:
Settings->Cookies and Site Data-> Manage data -> Clear/remove the site this issue occured at.
(when you dont want to clear all)
I will see if I find trace log.
By "dislike" it I ment the system response was to lock the view :)
But think possible reproduce this ( I can now) :
Just click Filter-icon, goto Order Lines ->Properties
Enter for example "X" and click Apply
Glad you resolved this, and thanks for providing the replication instructions as I can see what the issue is now.
The properties filter description says you need to provide a property filter in the format alias:value where you aren't, you are just supplying a value and so it's erroring. I'll add some error checking so that it ignores statements that don't adhear to that format, but in terms of getting it to actualy filter the results, you need to supply the filter in the aformentioned format.
Bug in Search-filter
Hi, there is a bug in Filter-function, in Order-page. Steps: Using the "Advanced Filter", and (in my case) writing something in Order Lines -> Properties , which the system apparently dislikes.
Result: Orderpage locked. See attached. And can no longer reach Advanced Filter-button (marked circle), to Reset.
Error-Msg: Server error: Contact administrator, see log for full details. Failed to search orders
Umbraco version 8.18.0 , Mozilla Firefox.
How to reset search?
Hi Anders,
I believe the search filter is stored in local storage in your browser so you'd need to clear that to clear the filter.
It would be good to know if there are any errors in the trace log to do with this, or if you can open dev tools to see what error the API call is producing.
Also what do you mean by "which the system apparently dislikes"? How exactly does it "dislike" it?
Hi, thanks. Ok solution is in Firefox: Settings->Cookies and Site Data-> Manage data -> Clear/remove the site this issue occured at. (when you dont want to clear all)
I will see if I find trace log.
By "dislike" it I ment the system response was to lock the view :)
But think possible reproduce this ( I can now) : Just click Filter-icon, goto Order Lines ->Properties Enter for example "X" and click Apply
regards,
Glad you resolved this, and thanks for providing the replication instructions as I can see what the issue is now.
The properties filter description says you need to provide a property filter in the format
alias:value
where you aren't, you are just supplying a value and so it's erroring. I'll add some error checking so that it ignores statements that don't adhear to that format, but in terms of getting it to actualy filter the results, you need to supply the filter in the aformentioned format.is working on a reply...