Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make "Filtering options" work #465

Closed
bobdenotter opened this issue Jun 12, 2019 · 1 comment · Fixed by #672
Closed

Make "Filtering options" work #465

bobdenotter opened this issue Jun 12, 2019 · 1 comment · Fixed by #672

Comments

@bobdenotter
Copy link
Member

Schermafbeelding 2019-06-12 om 13 57 43

@bobdenotter
Copy link
Member Author

Some steps to break it down:

  • Make the controller work correctly, if you do ?sort=id or ?sort=-title
  • Add a button(s) in the template, to trigger the sorting
  • Make the controller work on ?filter=FooBar
  • Add input and button in the UI to trigger the filtering
  • Make sure it works with both: ?filter=FooBar&sort=id
  • Make the buttons/inputs in the UI work with both.
  • Add a button to "clear filtering and sorting" (so, basically go to path('bolt_content_overview', {'contentType': foobar}) )

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants