Fix: if there is no filter, advance filter section should not appear #17122
Description
Resolves #17115
@EngincanV even if we have no any filterable property, still we can serach with filterText
argument but at server side probably ApplyFilter
method is not correct I've drop a screen shot to below
With or without relation, filterText search is not correcty, should we remove completley from UI ? I'm not sure I've copied from MVC
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
@gizemmutukurt we need to copy commercial-ui package from repo because of @yusuf-cirak 's [this development](#17092) you can get help from him If I'm offline and u can't run correctly
- Before test open volo repo
- Open terminal in ng-packs folder
- Run:
yarn nx build commercial-ui
- After that, run suite and create new project
Copy all items in ng-packs > dist > packages > commercial-ui
Paste to demo-app > angular > node_modules > @volo > abp.commercial.ng.ui
- You can start to test for if filterable prop not exits (I've tried for normal properties, 1-n | n-n &1-n same property)