-
Notifications
You must be signed in to change notification settings - Fork 14
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
Test that browse layout selections persist when sorting and paginating #72
Comments
Should the user be able to type a page number into the box and it remember the settings, or just clicking through with pagination? If the latter it seems alright. It does do an interesting thing visually when you click through there where it will briefly flash the other before settling on the correct one. |
I think they should be able to use the pagination text input and have it remember the settings. That it doesn't already is an oversight, so good catch. I'll implement that and let you know when it's ready. |
Okay, the layout setting should work with the page input now and is ready for testing. |
I think this is now good to go! |
This is the first attempt to address the issue brought up in omeka/omeka-s#2213. When the theme's resource browse layout is set to be toggleable between a grid or list, a user should be able to toggle to a new layout and now have it stick when they use the pagination buttons or sorting form.
The page remembers the user's setting thanks to a
browse_layout
parameter in the URL. If they navigate to the browse from a non-browse page, it will not remember the user setting.Test that the browse views remember the user's layout setting. This new functionality is on the
master
branch of the theme.The text was updated successfully, but these errors were encountered: