Closed (fixed)
Project:
Drupal core
Version:
8.0.x-dev
Component:
tour.module
Priority:
Normal
Category:
Task
Assigned:
Issue tags:
Reporter:
Created:
19 Feb 2013 at 12:03 UTC
Updated:
29 Jul 2014 at 21:55 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
nick_schuch commentedHere is the functionality that will make this happen. This patch also contains #1932048 which will be rerolled out after it is committed. The changes can be seen in the interdiff.
Comment #2
nick_schuch commentedHere is a rerolled version now that #1932048 is in core.
Comment #4
nick_schuch commented#2: tour-1921132-2.patch queued for re-testing.
Comment #5
larowlanCan we get this added as a property on the Tour entity type like in the first patch?
Comment #6
nick_schuch commentedThanks larowlan! Good catch!
I have also added tests into this one. I think we are all good now.
Comment #7
nick_schuch commentedHmm empty patch.
Comment #8
nick_schuch commentedHere we go. More than 0 bytes!
Comment #9
fakingfantastic commentedThis patch applied cleanly for me. I tested the Tour manually on a Views tour.
Tip wrapper opening HTML before patch (at commit 0fc4db86b608e3436cadc86be2fcd778f8f6e203):
<div class="joyride-tip-guide odd first" data-index="0" style="visibility: visible; display: block; top: 314px; left: 114px;">After the patch
<div class="joyride-tip-guide tip-module- tip-type-text tip-views-ui-displays-en odd first" data-index="0" style="visibility: visible; display: block; top: 274px; left: 114px;">I will note that drupal_clean_css_identifier($entity->get('module')) is returning empty in the patch, hence the class of "tip-module-",
Comment #10
fakingfantastic commentedComment #11
nick_schuch commentedThanks for the review fakingfantastic!
You will need a reinstall for this to work as the "module" field on the yml needs to be saved into the active store (has been added in this patch).
Comment #12
fakingfantastic commentedHey Nick,
I just confirmed you are in fact correct. Did an install of D8 with the patch in place, and the resulting views tooltip now looks like:
All good to me :)
Comment #13
fakingfantastic commentedI think it's ok to switch the status to this, but let me know if I'm wrong.
Comment #14
larowlan+1 RTBC
Comment #15
xjm#8: tour-1921132-8.patch queued for re-testing.
Comment #17
nick_schuch commentedRerolled. Waiting on it to come back green.
Comment #18
nick_schuch commentedGood to go back to rtbc.
Comment #19
xjmComment #20
xjm#17: tour-1921132-17.patch queued for re-testing.
Comment #21
alexpottCommitted 717241a and pushed to 8.x. Thanks!