Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
views_ui.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
19 Feb 2013 at 20:59 UTC
Updated:
29 Jul 2014 at 21:56 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
dawehnerWe should probably asked the UI team about a general pattern in core?
Comment #2
tim.plunkettTagging.
Comment #3
tim.plunkettMaybe some from the usability team can provide guidance.
Comment #4
damiankloip commentedTo start with I think it would make sense to include the status of the view in the actual edit form wrapper? I have also started adding tests with a basic addition to the page display test, to make sure that a disabled view returns a not found.
Comment #5
dawehnerI'm wondering whether 'enabled' is specific enough for a css class?
Comment #6
damiankloip commentedNot sure, you have the other classes too though - so I think that's OK. See what people think I guess :)
Comment #7
dawehnerYeah we can change it later, if needed. Do you think we should add a test for that bit?
Comment #8
Bojhan commentedCan this get a screen?
Comment #9
dawehnerWell, we still need some css to show anything :)
Comment #10
damiankloip commentedI'm going to ask a ux person about this today.
Comment #11
damiankloip commentedAdded some tests for the actual class too.
Do you think we should get this in now? The logic will then be completed, and another issue can just deal with the UX/theme side of this? This seems like a sensible step.
Comment #12
tim.plunkettI agree that a design discussion should happen in a separate issue, maybe even one each for Seven and Bartik.
At the least, this will allow contrib to use this class.
And it allows us to add test coverage.
Comment #13
Bojhan commentedSure, I see no reason not just to add it here though :P. It seems like we could do it quite easily.
Comment #14
Bojhan commentedwhoops
Comment #15
tim.plunkettAdd what here? No one has proposed any actual UI improvements. I can implement any design you throw at me, but I am not qualified to invent one :)
Comment #16
damiankloip commentedYeah, we are not doing any cosmetic changes here now.
Comment #17
Bojhan commentedOk, let me know when the followup is created and I will whip up a mockup
Comment #18
damiankloip commented@Bojhan, here we go: #2001094: Design and implement style changes to signify disabled views on the Views UI edit form
Comment #19
alexpottThe comments here make no sense... first you access a disabled view and then you disable the view and test again...
I think what you mean is
Test accessing a disabled page for a view.Comment #20
damiankloip commentedRerolled, and reworked the DispayPageTest assertions to fit with Daniels shiny new route based tests.
Comment #21
dawehnerThat is better now!
Comment #23
damiankloip commented#20: 1921748-20.patch queued for re-testing.
Comment #24
dawehnerThis time it passed
Comment #25
alexpottCommitted 96c82a2 and pushed to 8.x. Thanks!