Problem/Motivation
Add a new view
Create a page display, typing in the title should auto-fill the path, but it doesn't.
Proposed resolution
Include the views_ui/views_ui.admin library in the ViewAddForm
Remaining tasks
User interface changes
API changes
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | 2410427-3.patch | 598 bytes | idebr |
| #4 | interdiff-3-1.txt | 570 bytes | idebr |
| #3 | 2410427-3-before.png | 98.11 KB | idebr |
| #3 | 2410427-3-after.png | 101.4 KB | idebr |
Comments
Comment #1
idebr commentedComment #2
olli commentedThat 'admin.styling' is a dependency of 'views_ui.admin' library so I think we can remove it.
Comment #3
idebr commentedCorrect, thanks olli! Updated patch attached.
Screenshot before:
Screenshot after:
Comment #4
idebr commented... and the patch.
Comment #5
aspilicious commentedComment #6
dawehnerI don't get why we have a separate one in the first place but well, you never know.
Comment #7
alexpottThanks for adding the screenshots. This issue is a normal bug fix, and doesn't include any disruptive changes, so it is allowed per https://www.drupal.org/core/beta-changes. Committed 35aad82 and pushed to 8.0.x. Thanks!