콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
1327 화면

 was using a custom search template in my module, and while user enetering any data in the filter fields I am creating it as a domain and calling the do_action() method as follows:
but after the search the listview filtered as a new record (something like  Units/Units), and the enterd filter contents were not vivsible on that view, but when we click on ethe first Units, then the records were resetted but the filter data is present there,
Is there a way to prevent it to show the result in another view?
I need to display the search result in the same listview page so that the filter criteria also visible to the user.
Thanks in advance.

아바타
취소
작성자

actually the issue is with the view type, comparing with existing view given me the clue behind the issue and it is solved now.