Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
15 May 2015 at 17:45 UTC
Updated:
23 Jun 2015 at 11:14 UTC
Jump to comment: Most recent, Most recent file


Comments
Comment #1
Bojhan commentedComment #2
nateb commentedEvaluating as part of DrupalCon LA Friday sprint.
I agree that this can be improved!
It's somewhat obvious for those experienced with Drupal Views, but maybe worth mentioning for others who come along that this is found in a View, e.g. Frontpage (found at /admin/structure/views/view/frontpage) under Pager options (assuming pagination is enabled).
BTW this is the Exposed Options checkbox array after applying this patch in its default state:
I think a few wording changes could improve this more:
- "Allow users to control options of the shown view."
+ "Allow user to control selected display options for this view."
- "Control the number of items in a view"
+ "Allow user to control the number of items displayed in this view"
- "Option to show all items"
+ "Allow user to to display all items"
- "Control the offset in a view"
+ "Allow user to control offset in this view" OR
+ "Allow user to specify number of items skipped from beginning of this view." – if defining what "offset" means could benefit the admin.
Whaddya think?
Comment #3
manauwarsheikh commentedReviewed.
The Initial set of requirements is fine.I will commit patch for latest requirements.
attached screenshot
Comment #4
manauwarsheikh commentedI have changed the views exposed option,as suggested in last comment.
Comment #7
yogen.prasad commentedComment #8
yogen.prasad commentedCreated patch with changes mentioned in #2
Comment #9
yogen.prasad commentedComment #10
yogen.prasad commentedComment #11
manjit.singhThanks Yogendra for worked on this, Changes looks good to me.
RTBC+ :)
Comment #12
alexpottCommitted 5680ad0 and pushed to 8.0.x. Thanks!
UI test is not yet frozen in beta.