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:
20 Dec 2015 at 15:54 UTC
Updated:
29 Feb 2016 at 01:24 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #2
lendudeThis did the trick for me with manual testing.
Comment #3
Amruta_Nadgouda commentedLooks good. Working now :)
Comment #4
Amruta_Nadgouda commentedComment #5
dawehnera) We should not change the string, this is affected by the string freeze
b) IMHO we should use a data-drupal-selector attribute instead of the css class.
Comment #6
lendude5a) fair enough.
5b)
yeah, much better, but then we need to change this in views-ui-view-info.html.twig too. And in the 'Source' comment for Drupal.behaviors.viewTableFilterByText.
Comment #7
dawehnerGood point @Lendude
Comment #8
lendudeManually tested this. With the patch applied I was able to search and find strings in :
- View title
- Machine name
- Description
- Tag
This looks ready to me.
Comment #11
lendudetestbot hickup
Comment #12
catchCommitted/pushed to 8.1.x and cherry-picked to 8.0.x. Thanks!