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:
12 Jul 2013 at 01:38 UTC
Updated:
29 Jul 2014 at 22:38 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
xjmClosed #2027469: View UI Tour is not working and had a sandbox update. as a duplicate of this issue.
Comment #3
tim.plunkettviews-ui-tour.patch queued for re-testing.
Comment #4
larowlanTesting for this being worked on in #2028535: Provide a TourTestBase class for use by core and contrib modules
Comment #5
xjm@larowlan: For views, for now, it's probably better to implement Views' base test class (as I have) since this provides a test view pretty easily. This fixes a regression and tests are a gate.
We can add more thorough tests later based on the new base class. I'll comment on the other issue.
Comment #6
dawehnerGreat a patch!
These two lines seems to disagree, but I agree it should be part of views_ui (that is the place of the config file).
Needs an empty line.
Comment #7
xjmThanks @dawehner! Fixed in attached.
Comment #8
dawehnerThank you.
Comment #9
alexpottCommitted f92f05c and pushed to 8.x. Thanks!