When trying to search inside IPE, I keep on getting the following error message on my console and the search no longer works

CategoryView.js?v=8.2.0:257 Uncaught TypeError: Cannot read property 'toLowerCase' of null(…)
(anonymous function) @ CategoryView.js?v=8.2.0:257
(anonymous function) @ underscore.js:73
(anonymous function) @ underscore.js:227m.each.
m.forEach @ underscore.js:153
m.filter.m.select @ underscore.js:226
(anonymous function) @ backbone.js:87
searchCategories @ CategoryView.js?v=8.2.0:255
dispatch @ jquery.min.js?v=2.2.3:3
r.handle @ jquery.min.js?v=2.2.3:3

Issue fork panels-2824508

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Comments

swagato created an issue. See original summary.

samuel.mortenson’s picture

StatusFileSize
new536 bytes

Hi @swagato, could you apply this patch to your Panels install and let me know what the output of your browser's console is when seeing this error?

Hopefully adding a console.log will help me debug the problem without having access to your site.

swagato’s picture

I get the following on the console after adding the patch #2.

CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_view:node", label: "Entity view (Content)", category: "Chaos tools", id: "entity_view", provider: "ctools"} Entity view (Content)
2016-11-06 13:22:27.166 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:nid", label: "ID", category: "Content", id: "entity_field", provider: "ctools_block"} ID
2016-11-06 13:22:27.167 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uuid", label: "UUID", category: "Content", id: "entity_field", provider: "ctools_block"} UUID
2016-11-06 13:22:27.167 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:vid", label: "Revision ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision ID
2016-11-06 13:22:27.168 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:langcode", label: "Language", category: "Content", id: "entity_field", provider: "ctools_block"} Language
2016-11-06 13:22:27.168 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:type", label: "Content type", category: "Content", id: "entity_field", provider: "ctools_block"} Content type
2016-11-06 13:22:27.169 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:title", label: "Title", category: "Content", id: "entity_field", provider: "ctools_block"} Title
2016-11-06 13:22:27.169 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uid", label: "Authored by", category: "Content", id: "entity_field", provider: "ctools_block"} Authored by
2016-11-06 13:22:27.170 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:status", label: "Publishing status", category: "Content", id: "entity_field", provider: "ctools_block"} Publishing status
2016-11-06 13:22:27.171 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:created", label: "Authored on", category: "Content", id: "entity_field", provider: "ctools_block"} Authored on
2016-11-06 13:22:27.171 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:changed", label: "Changed", category: "Content", id: "entity_field", provider: "ctools_block"} Changed
2016-11-06 13:22:27.171 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:promote", label: "Promoted to front page", category: "Content", id: "entity_field", provider: "ctools_block"} Promoted to front page
2016-11-06 13:22:27.172 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:sticky", label: "Sticky at top of lists", category: "Content", id: "entity_field", provider: "ctools_block"} Sticky at top of lists
2016-11-06 13:22:27.172 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_timestamp", label: "Revision timestamp", category: "Content", id: "entity_field", provider: "ctools_block"} Revision timestamp
2016-11-06 13:22:27.172 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_uid", label: "Revision user ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision user ID
2016-11-06 13:22:27.173 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_log", label: "Revision log message", category: "Content", id: "entity_field", provider: "ctools_block"} Revision log message
2016-11-06 13:22:27.173 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_translation_affected", label: "Revision translation affected", category: "Content", id: "entity_field", provider: "ctools_block"} Revision translation affected
2016-11-06 13:22:27.174 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:default_langcode", label: "Default translation", category: "Content", id: "entity_field", provider: "ctools_block"} Default translation
2016-11-06 13:22:27.174 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:moderation_state", label: "Moderation state", category: "Content", id: "entity_field", provider: "ctools_block"} Moderation state
2016-11-06 13:22:27.175 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:body", label: "Body", category: "Content", id: "entity_field", provider: "ctools_block"} Body
2016-11-06 13:22:27.175 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_add_item_to_slider", label: "Add Item to Slider", category: "Content", id: "entity_field", provider: "ctools_block"} Add Item to Slider
2016-11-06 13:22:27.176 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_cta_link", label: "CTA Link", category: "Content", id: "entity_field", provider: "ctools_block"} CTA Link
2016-11-06 13:22:27.176 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_date_of_campaign", label: "Date of Campaign", category: "Content", id: "entity_field", provider: "ctools_block"} Date of Campaign
2016-11-06 13:22:27.177 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_featured_image", label: "Lightbox Image", category: "Content", id: "entity_field", provider: "ctools_block"} Lightbox Image
2016-11-06 13:22:27.177 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_1", label: "Hero line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 1
2016-11-06 13:22:27.177 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_2", label: "Hero line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 2
2016-11-06 13:22:27.178 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_3", label: "Hero line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 3
2016-11-06 13:22:27.178 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_image", label: "Video icon", category: "Content", id: "entity_field", provider: "ctools_block"} Video icon
2016-11-06 13:22:27.179 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_audio", label: "Audio", category: "Content", id: "entity_field", provider: "ctools_block"} Audio
2016-11-06 13:22:27.179 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel", label: "Channel", category: "Content", id: "entity_field", provider: "ctools_block"} Channel
2016-11-06 13:22:27.180 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel_term", label: "Nova Channel Term", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Channel Term
2016-11-06 13:22:27.180 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_closing_date", label: "Closing Date", category: "Content", id: "entity_field", provider: "ctools_block"} Closing Date
2016-11-06 13:22:27.180 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_date", label: "Date", category: "Content", id: "entity_field", provider: "ctools_block"} Date
2016-11-06 13:22:27.181 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_downloadable_files", label: "Downloadable Files", category: "Content", id: "entity_field", provider: "ctools_block"} Downloadable Files
2016-11-06 13:22:27.181 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_featured_image", label: "Featured Image", category: "Content", id: "entity_field", provider: "ctools_block"} Featured Image
2016-11-06 13:22:27.181 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_filed_under", label: "Filed Under", category: "Content", id: "entity_field", provider: "ctools_block"} Filed Under
2016-11-06 13:22:27.182 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_image", label: "Hero Image", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Image
2016-11-06 13:22:27.182 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_1", label: "Hero Line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 1
2016-11-06 13:22:27.183 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_2", label: "Hero Line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 2
2016-11-06 13:22:27.183 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_subtitle", label: "Hero Subtitle", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Subtitle
2016-11-06 13:22:27.183 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_video", label: "Hero Video", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Video
2016-11-06 13:22:27.184 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_display", label: "Images Display", category: "Content", id: "entity_field", provider: "ctools_block"} Images Display
2016-11-06 13:22:27.184 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_gallery", label: "Images Gallery", category: "Content", id: "entity_field", provider: "ctools_block"} Images Gallery
2016-11-06 13:22:27.184 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_layouts", label: "Layouts", category: "Content", id: "entity_field", provider: "ctools_block"} Layouts
2016-11-06 13:22:27.185 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_location", label: "Location", category: "Content", id: "entity_field", provider: "ctools_block"} Location
2016-11-06 13:22:27.186 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_gif", label: "Gif image", category: "Content", id: "entity_field", provider: "ctools_block"} Gif image
2016-11-06 13:22:27.186 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_image", label: "Image", category: "Content", id: "entity_field", provider: "ctools_block"} Image
2016-11-06 13:22:27.187 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_read_more_text", label: "Read more text", category: "Content", id: "entity_field", provider: "ctools_block"} Read more text
2016-11-06 13:22:27.188 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect", label: "Redirect", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect
2016-11-06 13:22:27.188 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_status", label: "Redirect Status", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect Status
2016-11-06 13:22:27.189 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_to_file", label: "Redirect to file", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to file
2016-11-06 13:22:27.189 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_shows", label: "Nova Shows", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Shows
2016-11-06 13:22:27.189 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_sidebar_links", label: "Sidebar Links", category: "Content", id: "entity_field", provider: "ctools_block"} Sidebar Links
2016-11-06 13:22:27.190 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_social_links", label: "Social Links", category: "Content", id: "entity_field", provider: "ctools_block"} Social Links
2016-11-06 13:22:27.190 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_station", label: "Nova Station", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Station
2016-11-06 13:22:27.190 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_station", label: "Survey Station", category: "Content", id: "entity_field", provider: "ctools_block"} Survey Station
2016-11-06 13:22:27.191 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_tag", label: "Survey", category: "Content", id: "entity_field", provider: "ctools_block"} Survey
2016-11-06 13:22:27.191 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_thumbnail", label: "Nova Thumbnail", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Thumbnail
2016-11-06 13:22:27.191 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_display_options", label: "Tile Display Options", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Display Options
2016-11-06 13:22:27.192 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_image", label: "Tile Image", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Image
2016-11-06 13:22:27.192 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_redirect_link", label: "Redirect to page", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to page
2016-11-06 13:22:27.192 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_return_link", label: "Return link", category: "Content", id: "entity_field", provider: "ctools_block"} Return link
2016-11-06 13:22:27.193 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_share_links", label: "Share Links", category: "Content", id: "entity_field", provider: "ctools_block"} Share Links
2016-11-06 13:22:27.193 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_image", label: "Slider Image", category: "Content", id: "entity_field", provider: "ctools_block"} Slider Image
2016-11-06 13:22:27.194 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_page", label: "Slider page", category: "Content", id: "entity_field", provider: "ctools_block"} Slider page
2016-11-06 13:22:27.194 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_1", label: "Slide line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 1
2016-11-06 13:22:27.195 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_2", label: "Slide line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 2
2016-11-06 13:22:27.196 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_3", label: "Slide line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 3
2016-11-06 13:22:27.196 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_4", label: "Slide line 4", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 4
2016-11-06 13:22:27.196 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_talent", label: "Talent", category: "Content", id: "entity_field", provider: "ctools_block"} Talent
2016-11-06 13:22:27.197 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_yaml_form", label: "YAML Form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML Form
2016-11-06 13:22:27.197 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:panelizer", label: "Panelizer", category: "Content", id: "entity_field", provider: "ctools_block"} Panelizer
2016-11-06 13:22:27.198 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:yamlform", label: "YAML form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML form
2016-11-06 13:22:27.198 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "block_content:257bc57b-122e-4ddc-8350-2da2e7b24fad", label: null, category: "Custom", id: "block_content", provider: "block_content"} null
2016-11-06 13:22:27.199 CategoryView.js?v=8.2.0:258 Uncaught TypeError: Cannot read property 'toLowerCase' of null(…)(anonymous function) @ CategoryView.js?v=8.2.0:258(anonymous function) @ underscore.js:73(anonymous function) @ underscore.js:227m.each.m.forEach @ underscore.js:153m.filter.m.select @ underscore.js:226(anonymous function) @ backbone.js:87searchCategories @ CategoryView.js?v=8.2.0:255dispatch @ jquery.min.js?v=2.2.3:3r.handle @ jquery.min.js?v=2.2.3:3
2016-11-06 13:22:27.263 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_view:node", label: "Entity view (Content)", category: "Chaos tools", id: "entity_view", provider: "ctools"} Entity view (Content)
2016-11-06 13:22:27.264 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:nid", label: "ID", category: "Content", id: "entity_field", provider: "ctools_block"} ID
2016-11-06 13:22:27.264 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uuid", label: "UUID", category: "Content", id: "entity_field", provider: "ctools_block"} UUID
2016-11-06 13:22:27.265 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:vid", label: "Revision ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision ID
2016-11-06 13:22:27.265 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:langcode", label: "Language", category: "Content", id: "entity_field", provider: "ctools_block"} Language
2016-11-06 13:22:27.266 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:type", label: "Content type", category: "Content", id: "entity_field", provider: "ctools_block"} Content type
2016-11-06 13:22:27.266 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:title", label: "Title", category: "Content", id: "entity_field", provider: "ctools_block"} Title
2016-11-06 13:22:27.267 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uid", label: "Authored by", category: "Content", id: "entity_field", provider: "ctools_block"} Authored by
2016-11-06 13:22:27.267 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:status", label: "Publishing status", category: "Content", id: "entity_field", provider: "ctools_block"} Publishing status
2016-11-06 13:22:27.268 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:created", label: "Authored on", category: "Content", id: "entity_field", provider: "ctools_block"} Authored on
2016-11-06 13:22:27.268 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:changed", label: "Changed", category: "Content", id: "entity_field", provider: "ctools_block"} Changed
2016-11-06 13:22:27.268 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:promote", label: "Promoted to front page", category: "Content", id: "entity_field", provider: "ctools_block"} Promoted to front page
2016-11-06 13:22:27.269 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:sticky", label: "Sticky at top of lists", category: "Content", id: "entity_field", provider: "ctools_block"} Sticky at top of lists
2016-11-06 13:22:27.269 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_timestamp", label: "Revision timestamp", category: "Content", id: "entity_field", provider: "ctools_block"} Revision timestamp
2016-11-06 13:22:27.270 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_uid", label: "Revision user ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision user ID
2016-11-06 13:22:27.270 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_log", label: "Revision log message", category: "Content", id: "entity_field", provider: "ctools_block"} Revision log message
2016-11-06 13:22:27.270 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_translation_affected", label: "Revision translation affected", category: "Content", id: "entity_field", provider: "ctools_block"} Revision translation affected
2016-11-06 13:22:27.271 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:default_langcode", label: "Default translation", category: "Content", id: "entity_field", provider: "ctools_block"} Default translation
2016-11-06 13:22:27.271 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:moderation_state", label: "Moderation state", category: "Content", id: "entity_field", provider: "ctools_block"} Moderation state
2016-11-06 13:22:27.271 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:body", label: "Body", category: "Content", id: "entity_field", provider: "ctools_block"} Body
2016-11-06 13:22:27.272 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_add_item_to_slider", label: "Add Item to Slider", category: "Content", id: "entity_field", provider: "ctools_block"} Add Item to Slider
2016-11-06 13:22:27.272 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_cta_link", label: "CTA Link", category: "Content", id: "entity_field", provider: "ctools_block"} CTA Link
2016-11-06 13:22:27.273 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_date_of_campaign", label: "Date of Campaign", category: "Content", id: "entity_field", provider: "ctools_block"} Date of Campaign
2016-11-06 13:22:27.273 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_featured_image", label: "Lightbox Image", category: "Content", id: "entity_field", provider: "ctools_block"} Lightbox Image
2016-11-06 13:22:27.274 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_1", label: "Hero line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 1
2016-11-06 13:22:27.275 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_2", label: "Hero line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 2
2016-11-06 13:22:27.275 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_3", label: "Hero line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 3
2016-11-06 13:22:27.276 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_image", label: "Video icon", category: "Content", id: "entity_field", provider: "ctools_block"} Video icon
2016-11-06 13:22:27.276 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_audio", label: "Audio", category: "Content", id: "entity_field", provider: "ctools_block"} Audio
2016-11-06 13:22:27.276 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel", label: "Channel", category: "Content", id: "entity_field", provider: "ctools_block"} Channel
2016-11-06 13:22:27.277 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel_term", label: "Nova Channel Term", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Channel Term
2016-11-06 13:22:27.277 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_closing_date", label: "Closing Date", category: "Content", id: "entity_field", provider: "ctools_block"} Closing Date
2016-11-06 13:22:27.278 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_date", label: "Date", category: "Content", id: "entity_field", provider: "ctools_block"} Date
2016-11-06 13:22:27.278 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_downloadable_files", label: "Downloadable Files", category: "Content", id: "entity_field", provider: "ctools_block"} Downloadable Files
2016-11-06 13:22:27.278 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_featured_image", label: "Featured Image", category: "Content", id: "entity_field", provider: "ctools_block"} Featured Image
2016-11-06 13:22:27.279 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_filed_under", label: "Filed Under", category: "Content", id: "entity_field", provider: "ctools_block"} Filed Under
2016-11-06 13:22:27.279 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_image", label: "Hero Image", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Image
2016-11-06 13:22:27.280 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_1", label: "Hero Line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 1
2016-11-06 13:22:27.280 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_2", label: "Hero Line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 2
2016-11-06 13:22:27.280 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_subtitle", label: "Hero Subtitle", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Subtitle
2016-11-06 13:22:27.281 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_video", label: "Hero Video", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Video
2016-11-06 13:22:27.281 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_display", label: "Images Display", category: "Content", id: "entity_field", provider: "ctools_block"} Images Display
2016-11-06 13:22:27.282 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_gallery", label: "Images Gallery", category: "Content", id: "entity_field", provider: "ctools_block"} Images Gallery
2016-11-06 13:22:27.282 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_layouts", label: "Layouts", category: "Content", id: "entity_field", provider: "ctools_block"} Layouts
2016-11-06 13:22:27.282 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_location", label: "Location", category: "Content", id: "entity_field", provider: "ctools_block"} Location
2016-11-06 13:22:27.283 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_gif", label: "Gif image", category: "Content", id: "entity_field", provider: "ctools_block"} Gif image
2016-11-06 13:22:27.283 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_image", label: "Image", category: "Content", id: "entity_field", provider: "ctools_block"} Image
2016-11-06 13:22:27.283 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_read_more_text", label: "Read more text", category: "Content", id: "entity_field", provider: "ctools_block"} Read more text
2016-11-06 13:22:27.283 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect", label: "Redirect", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect
2016-11-06 13:22:27.284 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_status", label: "Redirect Status", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect Status
2016-11-06 13:22:27.285 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_to_file", label: "Redirect to file", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to file
2016-11-06 13:22:27.285 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_shows", label: "Nova Shows", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Shows
2016-11-06 13:22:27.285 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_sidebar_links", label: "Sidebar Links", category: "Content", id: "entity_field", provider: "ctools_block"} Sidebar Links
2016-11-06 13:22:27.286 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_social_links", label: "Social Links", category: "Content", id: "entity_field", provider: "ctools_block"} Social Links
2016-11-06 13:22:27.286 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_station", label: "Nova Station", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Station
2016-11-06 13:22:27.286 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_station", label: "Survey Station", category: "Content", id: "entity_field", provider: "ctools_block"} Survey Station
2016-11-06 13:22:27.286 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_tag", label: "Survey", category: "Content", id: "entity_field", provider: "ctools_block"} Survey
2016-11-06 13:22:27.287 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_thumbnail", label: "Nova Thumbnail", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Thumbnail
2016-11-06 13:22:27.288 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_display_options", label: "Tile Display Options", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Display Options
2016-11-06 13:22:27.288 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_image", label: "Tile Image", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Image
2016-11-06 13:22:27.289 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_redirect_link", label: "Redirect to page", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to page
2016-11-06 13:22:27.289 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_return_link", label: "Return link", category: "Content", id: "entity_field", provider: "ctools_block"} Return link
2016-11-06 13:22:27.289 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_share_links", label: "Share Links", category: "Content", id: "entity_field", provider: "ctools_block"} Share Links
2016-11-06 13:22:27.290 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_image", label: "Slider Image", category: "Content", id: "entity_field", provider: "ctools_block"} Slider Image
2016-11-06 13:22:27.290 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_page", label: "Slider page", category: "Content", id: "entity_field", provider: "ctools_block"} Slider page
2016-11-06 13:22:27.291 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_1", label: "Slide line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 1
2016-11-06 13:22:27.291 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_2", label: "Slide line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 2
2016-11-06 13:22:27.292 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_3", label: "Slide line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 3
2016-11-06 13:22:27.292 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_4", label: "Slide line 4", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 4
2016-11-06 13:22:27.292 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_talent", label: "Talent", category: "Content", id: "entity_field", provider: "ctools_block"} Talent
2016-11-06 13:22:27.293 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_yaml_form", label: "YAML Form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML Form
2016-11-06 13:22:27.293 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:panelizer", label: "Panelizer", category: "Content", id: "entity_field", provider: "ctools_block"} Panelizer
2016-11-06 13:22:27.293 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:yamlform", label: "YAML form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML form
2016-11-06 13:22:27.293 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "block_content:257bc57b-122e-4ddc-8350-2da2e7b24fad", label: null, category: "Custom", id: "block_content", provider: "block_content"} null
2016-11-06 13:22:27.294 CategoryView.js?v=8.2.0:258 Uncaught TypeError: Cannot read property 'toLowerCase' of null(…)(anonymous function) @ CategoryView.js?v=8.2.0:258(anonymous function) @ underscore.js:73(anonymous function) @ underscore.js:227m.each.m.forEach @ underscore.js:153m.filter.m.select @ underscore.js:226(anonymous function) @ backbone.js:87searchCategories @ CategoryView.js?v=8.2.0:255dispatch @ jquery.min.js?v=2.2.3:3r.handle @ jquery.min.js?v=2.2.3:3
2016-11-06 13:22:27.487 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_view:node", label: "Entity view (Content)", category: "Chaos tools", id: "entity_view", provider: "ctools"} Entity view (Content)
2016-11-06 13:22:27.487 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:nid", label: "ID", category: "Content", id: "entity_field", provider: "ctools_block"} ID
2016-11-06 13:22:27.488 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uuid", label: "UUID", category: "Content", id: "entity_field", provider: "ctools_block"} UUID
2016-11-06 13:22:27.488 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:vid", label: "Revision ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision ID
2016-11-06 13:22:27.488 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:langcode", label: "Language", category: "Content", id: "entity_field", provider: "ctools_block"} Language
2016-11-06 13:22:27.489 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:type", label: "Content type", category: "Content", id: "entity_field", provider: "ctools_block"} Content type
2016-11-06 13:22:27.489 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:title", label: "Title", category: "Content", id: "entity_field", provider: "ctools_block"} Title
2016-11-06 13:22:27.490 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uid", label: "Authored by", category: "Content", id: "entity_field", provider: "ctools_block"} Authored by
2016-11-06 13:22:27.490 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:status", label: "Publishing status", category: "Content", id: "entity_field", provider: "ctools_block"} Publishing status
2016-11-06 13:22:27.491 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:created", label: "Authored on", category: "Content", id: "entity_field", provider: "ctools_block"} Authored on
2016-11-06 13:22:27.491 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:changed", label: "Changed", category: "Content", id: "entity_field", provider: "ctools_block"} Changed
2016-11-06 13:22:27.491 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:promote", label: "Promoted to front page", category: "Content", id: "entity_field", provider: "ctools_block"} Promoted to front page
2016-11-06 13:22:27.492 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:sticky", label: "Sticky at top of lists", category: "Content", id: "entity_field", provider: "ctools_block"} Sticky at top of lists
2016-11-06 13:22:27.493 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_timestamp", label: "Revision timestamp", category: "Content", id: "entity_field", provider: "ctools_block"} Revision timestamp
2016-11-06 13:22:27.493 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_uid", label: "Revision user ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision user ID
2016-11-06 13:22:27.493 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_log", label: "Revision log message", category: "Content", id: "entity_field", provider: "ctools_block"} Revision log message
2016-11-06 13:22:27.494 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_translation_affected", label: "Revision translation affected", category: "Content", id: "entity_field", provider: "ctools_block"} Revision translation affected
2016-11-06 13:22:27.494 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:default_langcode", label: "Default translation", category: "Content", id: "entity_field", provider: "ctools_block"} Default translation
2016-11-06 13:22:27.495 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:moderation_state", label: "Moderation state", category: "Content", id: "entity_field", provider: "ctools_block"} Moderation state
2016-11-06 13:22:27.495 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:body", label: "Body", category: "Content", id: "entity_field", provider: "ctools_block"} Body
2016-11-06 13:22:27.496 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_add_item_to_slider", label: "Add Item to Slider", category: "Content", id: "entity_field", provider: "ctools_block"} Add Item to Slider
2016-11-06 13:22:27.496 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_cta_link", label: "CTA Link", category: "Content", id: "entity_field", provider: "ctools_block"} CTA Link
2016-11-06 13:22:27.496 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_date_of_campaign", label: "Date of Campaign", category: "Content", id: "entity_field", provider: "ctools_block"} Date of Campaign
2016-11-06 13:22:27.497 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_featured_image", label: "Lightbox Image", category: "Content", id: "entity_field", provider: "ctools_block"} Lightbox Image
2016-11-06 13:22:27.497 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_1", label: "Hero line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 1
2016-11-06 13:22:27.498 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_2", label: "Hero line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 2
2016-11-06 13:22:27.498 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_3", label: "Hero line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 3
2016-11-06 13:22:27.498 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_image", label: "Video icon", category: "Content", id: "entity_field", provider: "ctools_block"} Video icon
2016-11-06 13:22:27.499 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_audio", label: "Audio", category: "Content", id: "entity_field", provider: "ctools_block"} Audio
2016-11-06 13:22:27.499 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel", label: "Channel", category: "Content", id: "entity_field", provider: "ctools_block"} Channel
2016-11-06 13:22:27.500 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel_term", label: "Nova Channel Term", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Channel Term
2016-11-06 13:22:27.500 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_closing_date", label: "Closing Date", category: "Content", id: "entity_field", provider: "ctools_block"} Closing Date
2016-11-06 13:22:27.500 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_date", label: "Date", category: "Content", id: "entity_field", provider: "ctools_block"} Date
2016-11-06 13:22:27.501 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_downloadable_files", label: "Downloadable Files", category: "Content", id: "entity_field", provider: "ctools_block"} Downloadable Files
2016-11-06 13:22:27.501 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_featured_image", label: "Featured Image", category: "Content", id: "entity_field", provider: "ctools_block"} Featured Image
2016-11-06 13:22:27.501 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_filed_under", label: "Filed Under", category: "Content", id: "entity_field", provider: "ctools_block"} Filed Under
2016-11-06 13:22:27.502 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_image", label: "Hero Image", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Image
2016-11-06 13:22:27.502 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_1", label: "Hero Line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 1
2016-11-06 13:22:27.503 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_2", label: "Hero Line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 2
2016-11-06 13:22:27.503 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_subtitle", label: "Hero Subtitle", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Subtitle
2016-11-06 13:22:27.503 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_video", label: "Hero Video", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Video
2016-11-06 13:22:27.504 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_display", label: "Images Display", category: "Content", id: "entity_field", provider: "ctools_block"} Images Display
2016-11-06 13:22:27.504 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_gallery", label: "Images Gallery", category: "Content", id: "entity_field", provider: "ctools_block"} Images Gallery
2016-11-06 13:22:27.504 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_layouts", label: "Layouts", category: "Content", id: "entity_field", provider: "ctools_block"} Layouts
2016-11-06 13:22:27.505 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_location", label: "Location", category: "Content", id: "entity_field", provider: "ctools_block"} Location
2016-11-06 13:22:27.505 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_gif", label: "Gif image", category: "Content", id: "entity_field", provider: "ctools_block"} Gif image
2016-11-06 13:22:27.505 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_image", label: "Image", category: "Content", id: "entity_field", provider: "ctools_block"} Image
2016-11-06 13:22:27.506 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_read_more_text", label: "Read more text", category: "Content", id: "entity_field", provider: "ctools_block"} Read more text
2016-11-06 13:22:27.507 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect", label: "Redirect", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect
2016-11-06 13:22:27.507 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_status", label: "Redirect Status", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect Status
2016-11-06 13:22:27.508 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_to_file", label: "Redirect to file", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to file
2016-11-06 13:22:27.508 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_shows", label: "Nova Shows", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Shows
2016-11-06 13:22:27.508 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_sidebar_links", label: "Sidebar Links", category: "Content", id: "entity_field", provider: "ctools_block"} Sidebar Links
2016-11-06 13:22:27.509 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_social_links", label: "Social Links", category: "Content", id: "entity_field", provider: "ctools_block"} Social Links
2016-11-06 13:22:27.509 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_station", label: "Nova Station", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Station
2016-11-06 13:22:27.509 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_station", label: "Survey Station", category: "Content", id: "entity_field", provider: "ctools_block"} Survey Station
2016-11-06 13:22:27.510 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_tag", label: "Survey", category: "Content", id: "entity_field", provider: "ctools_block"} Survey
2016-11-06 13:22:27.510 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_thumbnail", label: "Nova Thumbnail", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Thumbnail
2016-11-06 13:22:27.510 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_display_options", label: "Tile Display Options", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Display Options
2016-11-06 13:22:27.511 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_image", label: "Tile Image", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Image
2016-11-06 13:22:27.511 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_redirect_link", label: "Redirect to page", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to page
2016-11-06 13:22:27.512 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_return_link", label: "Return link", category: "Content", id: "entity_field", provider: "ctools_block"} Return link
2016-11-06 13:22:27.512 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_share_links", label: "Share Links", category: "Content", id: "entity_field", provider: "ctools_block"} Share Links
2016-11-06 13:22:27.512 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_image", label: "Slider Image", category: "Content", id: "entity_field", provider: "ctools_block"} Slider Image
2016-11-06 13:22:27.513 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_page", label: "Slider page", category: "Content", id: "entity_field", provider: "ctools_block"} Slider page
2016-11-06 13:22:27.513 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_1", label: "Slide line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 1
2016-11-06 13:22:27.513 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_2", label: "Slide line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 2
2016-11-06 13:22:27.514 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_3", label: "Slide line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 3
2016-11-06 13:22:27.514 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_4", label: "Slide line 4", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 4
2016-11-06 13:22:27.515 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_talent", label: "Talent", category: "Content", id: "entity_field", provider: "ctools_block"} Talent
2016-11-06 13:22:27.515 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_yaml_form", label: "YAML Form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML Form
2016-11-06 13:22:27.516 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:panelizer", label: "Panelizer", category: "Content", id: "entity_field", provider: "ctools_block"} Panelizer
2016-11-06 13:22:27.516 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:yamlform", label: "YAML form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML form
2016-11-06 13:22:27.517 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "block_content:257bc57b-122e-4ddc-8350-2da2e7b24fad", label: null, category: "Custom", id: "block_content", provider: "block_content"} null
2016-11-06 13:22:27.517 CategoryView.js?v=8.2.0:258 Uncaught TypeError: Cannot read property 'toLowerCase' of null(…)(anonymous function) @ CategoryView.js?v=8.2.0:258(anonymous function) @ underscore.js:73(anonymous function) @ underscore.js:227m.each.m.forEach @ underscore.js:153m.filter.m.select @ underscore.js:226(anonymous function) @ backbone.js:87searchCategories @ CategoryView.js?v=8.2.0:255dispatch @ jquery.min.js?v=2.2.3:3r.handle @ jquery.min.js?v=2.2.3:3
2016-11-06 13:22:27.567 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_view:node", label: "Entity view (Content)", category: "Chaos tools", id: "entity_view", provider: "ctools"} Entity view (Content)
2016-11-06 13:22:27.568 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:nid", label: "ID", category: "Content", id: "entity_field", provider: "ctools_block"} ID
2016-11-06 13:22:27.569 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uuid", label: "UUID", category: "Content", id: "entity_field", provider: "ctools_block"} UUID
2016-11-06 13:22:27.569 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:vid", label: "Revision ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision ID
2016-11-06 13:22:27.570 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:langcode", label: "Language", category: "Content", id: "entity_field", provider: "ctools_block"} Language
2016-11-06 13:22:27.570 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:type", label: "Content type", category: "Content", id: "entity_field", provider: "ctools_block"} Content type
2016-11-06 13:22:27.571 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:title", label: "Title", category: "Content", id: "entity_field", provider: "ctools_block"} Title
2016-11-06 13:22:27.571 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:uid", label: "Authored by", category: "Content", id: "entity_field", provider: "ctools_block"} Authored by
2016-11-06 13:22:27.572 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:status", label: "Publishing status", category: "Content", id: "entity_field", provider: "ctools_block"} Publishing status
2016-11-06 13:22:27.572 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:created", label: "Authored on", category: "Content", id: "entity_field", provider: "ctools_block"} Authored on
2016-11-06 13:22:27.573 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:changed", label: "Changed", category: "Content", id: "entity_field", provider: "ctools_block"} Changed
2016-11-06 13:22:27.574 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:promote", label: "Promoted to front page", category: "Content", id: "entity_field", provider: "ctools_block"} Promoted to front page
2016-11-06 13:22:27.575 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:sticky", label: "Sticky at top of lists", category: "Content", id: "entity_field", provider: "ctools_block"} Sticky at top of lists
2016-11-06 13:22:27.575 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_timestamp", label: "Revision timestamp", category: "Content", id: "entity_field", provider: "ctools_block"} Revision timestamp
2016-11-06 13:22:27.576 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_uid", label: "Revision user ID", category: "Content", id: "entity_field", provider: "ctools_block"} Revision user ID
2016-11-06 13:22:27.577 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_log", label: "Revision log message", category: "Content", id: "entity_field", provider: "ctools_block"} Revision log message
2016-11-06 13:22:27.577 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:revision_translation_affected", label: "Revision translation affected", category: "Content", id: "entity_field", provider: "ctools_block"} Revision translation affected
2016-11-06 13:22:27.578 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:default_langcode", label: "Default translation", category: "Content", id: "entity_field", provider: "ctools_block"} Default translation
2016-11-06 13:22:27.578 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:moderation_state", label: "Moderation state", category: "Content", id: "entity_field", provider: "ctools_block"} Moderation state
2016-11-06 13:22:27.578 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:body", label: "Body", category: "Content", id: "entity_field", provider: "ctools_block"} Body
2016-11-06 13:22:27.579 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_add_item_to_slider", label: "Add Item to Slider", category: "Content", id: "entity_field", provider: "ctools_block"} Add Item to Slider
2016-11-06 13:22:27.579 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_cta_link", label: "CTA Link", category: "Content", id: "entity_field", provider: "ctools_block"} CTA Link
2016-11-06 13:22:27.579 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_date_of_campaign", label: "Date of Campaign", category: "Content", id: "entity_field", provider: "ctools_block"} Date of Campaign
2016-11-06 13:22:27.580 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_featured_image", label: "Lightbox Image", category: "Content", id: "entity_field", provider: "ctools_block"} Lightbox Image
2016-11-06 13:22:27.580 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_1", label: "Hero line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 1
2016-11-06 13:22:27.581 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_2", label: "Hero line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 2
2016-11-06 13:22:27.581 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_hero_line_3", label: "Hero line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Hero line 3
2016-11-06 13:22:27.581 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_image", label: "Video icon", category: "Content", id: "entity_field", provider: "ctools_block"} Video icon
2016-11-06 13:22:27.582 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_audio", label: "Audio", category: "Content", id: "entity_field", provider: "ctools_block"} Audio
2016-11-06 13:22:27.582 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel", label: "Channel", category: "Content", id: "entity_field", provider: "ctools_block"} Channel
2016-11-06 13:22:27.582 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_channel_term", label: "Nova Channel Term", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Channel Term
2016-11-06 13:22:27.582 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_closing_date", label: "Closing Date", category: "Content", id: "entity_field", provider: "ctools_block"} Closing Date
2016-11-06 13:22:27.583 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_date", label: "Date", category: "Content", id: "entity_field", provider: "ctools_block"} Date
2016-11-06 13:22:27.583 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_downloadable_files", label: "Downloadable Files", category: "Content", id: "entity_field", provider: "ctools_block"} Downloadable Files
2016-11-06 13:22:27.583 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_featured_image", label: "Featured Image", category: "Content", id: "entity_field", provider: "ctools_block"} Featured Image
2016-11-06 13:22:27.584 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_filed_under", label: "Filed Under", category: "Content", id: "entity_field", provider: "ctools_block"} Filed Under
2016-11-06 13:22:27.584 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_image", label: "Hero Image", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Image
2016-11-06 13:22:27.584 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_1", label: "Hero Line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 1
2016-11-06 13:22:27.585 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_line_2", label: "Hero Line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Line 2
2016-11-06 13:22:27.585 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_subtitle", label: "Hero Subtitle", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Subtitle
2016-11-06 13:22:27.586 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_hero_video", label: "Hero Video", category: "Content", id: "entity_field", provider: "ctools_block"} Hero Video
2016-11-06 13:22:27.586 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_display", label: "Images Display", category: "Content", id: "entity_field", provider: "ctools_block"} Images Display
2016-11-06 13:22:27.587 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_images_gallery", label: "Images Gallery", category: "Content", id: "entity_field", provider: "ctools_block"} Images Gallery
2016-11-06 13:22:27.587 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_layouts", label: "Layouts", category: "Content", id: "entity_field", provider: "ctools_block"} Layouts
2016-11-06 13:22:27.588 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_location", label: "Location", category: "Content", id: "entity_field", provider: "ctools_block"} Location
2016-11-06 13:22:27.588 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_gif", label: "Gif image", category: "Content", id: "entity_field", provider: "ctools_block"} Gif image
2016-11-06 13:22:27.588 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_panels_image", label: "Image", category: "Content", id: "entity_field", provider: "ctools_block"} Image
2016-11-06 13:22:27.589 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_read_more_text", label: "Read more text", category: "Content", id: "entity_field", provider: "ctools_block"} Read more text
2016-11-06 13:22:27.589 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect", label: "Redirect", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect
2016-11-06 13:22:27.590 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_status", label: "Redirect Status", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect Status
2016-11-06 13:22:27.590 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_redirect_to_file", label: "Redirect to file", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to file
2016-11-06 13:22:27.590 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_shows", label: "Nova Shows", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Shows
2016-11-06 13:22:27.591 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_sidebar_links", label: "Sidebar Links", category: "Content", id: "entity_field", provider: "ctools_block"} Sidebar Links
2016-11-06 13:22:27.591 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_social_links", label: "Social Links", category: "Content", id: "entity_field", provider: "ctools_block"} Social Links
2016-11-06 13:22:27.591 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_station", label: "Nova Station", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Station
2016-11-06 13:22:27.591 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_station", label: "Survey Station", category: "Content", id: "entity_field", provider: "ctools_block"} Survey Station
2016-11-06 13:22:27.592 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_survey_tag", label: "Survey", category: "Content", id: "entity_field", provider: "ctools_block"} Survey
2016-11-06 13:22:27.592 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_thumbnail", label: "Nova Thumbnail", category: "Content", id: "entity_field", provider: "ctools_block"} Nova Thumbnail
2016-11-06 13:22:27.593 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_display_options", label: "Tile Display Options", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Display Options
2016-11-06 13:22:27.593 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_nova_tile_image", label: "Tile Image", category: "Content", id: "entity_field", provider: "ctools_block"} Tile Image
2016-11-06 13:22:27.593 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_redirect_link", label: "Redirect to page", category: "Content", id: "entity_field", provider: "ctools_block"} Redirect to page
2016-11-06 13:22:27.594 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_return_link", label: "Return link", category: "Content", id: "entity_field", provider: "ctools_block"} Return link
2016-11-06 13:22:27.594 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_share_links", label: "Share Links", category: "Content", id: "entity_field", provider: "ctools_block"} Share Links
2016-11-06 13:22:27.594 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_image", label: "Slider Image", category: "Content", id: "entity_field", provider: "ctools_block"} Slider Image
2016-11-06 13:22:27.595 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slider_page", label: "Slider page", category: "Content", id: "entity_field", provider: "ctools_block"} Slider page
2016-11-06 13:22:27.595 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_1", label: "Slide line 1", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 1
2016-11-06 13:22:27.595 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_2", label: "Slide line 2", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 2
2016-11-06 13:22:27.596 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_3", label: "Slide line 3", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 3
2016-11-06 13:22:27.596 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_slide_line_4", label: "Slide line 4", category: "Content", id: "entity_field", provider: "ctools_block"} Slide line 4
2016-11-06 13:22:27.596 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_talent", label: "Talent", category: "Content", id: "entity_field", provider: "ctools_block"} Talent
2016-11-06 13:22:27.597 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:field_yaml_form", label: "YAML Form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML Form
2016-11-06 13:22:27.597 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:panelizer", label: "Panelizer", category: "Content", id: "entity_field", provider: "ctools_block"} Panelizer
2016-11-06 13:22:27.597 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "entity_field:node:yamlform", label: "YAML form", category: "Content", id: "entity_field", provider: "ctools_block"} YAML form
2016-11-06 13:22:27.598 CategoryView.js?v=8.2.0:257 DEBUG: Object {plugin_id: "block_content:257bc57b-122e-4ddc-8350-2da2e7b24fad", label: null, category: "Custom", id: "block_content", provider: "block_content"} null
2016-11-06 13:22:27.599 CategoryView.js?v=8.2.0:258 Uncaught TypeError: Cannot read property 'toLowerCase' of null(…)(anonymous function) @ CategoryView.js?v=8.2.0:258(anonymous function) @ underscore.js:73(anonymous function) @ underscore.js:227m.each.m.forEach @ underscore.js:153m.filter.m.select @ underscore.js:226(anonymous function) @ backbone.js:87searchCategories @ CategoryView.js?v=8.2.0:255dispatch @ jquery.min.js?v=2.2.3:3r.handle @ jquery.min.js?v=2.2.3:3

samuel.mortenson’s picture

Awesome! Remote debugging is tough but I see now that you have a Block Content entity without a label:

DEBUG: Object {plugin_id: "block_content:257bc57b-122e-4ddc-8350-2da2e7b24fad", label: null, category: "Custom", id: "block_content", provider: "block_content"} null

This is surprising, as "label" is usually representative of the "info" field, which is required when creating Block Content entities! At any rate, this happened on your site and we'll need a condition in PHP that ensures that "label" is never NULL, or a condition in JS that handles this case. I'll tag this issue for the next Panels beta to make sure a fix gets in.

swagato’s picture

I have just tested this by adding Block description on each of the custom blocks that was missing the Block description. After doing this, I can search on the IPE again.

damienmckenna’s picture

Removing this from the beta6 list.

dsnopek’s picture

Version: 8.x-3.x-dev » 8.x-4.x-dev
Status: Active » Needs review
StatusFileSize
new684 bytes

This situation is apparently really easy to create! :-) Here's a patch to fix

mikemadison’s picture

Status: Needs review » Reviewed & tested by the community

the patch in #8 fixes this for me. thanks!

scvinodkumar’s picture

For me too the patch #8 worked for me and thanks @dsnopek and why this patch is not included in the module yet?

joseph.olstad’s picture

Triggered tests against D10 php 8.2 and D9.5 php 8.1
hoping to find a solution for #3383474: Fix HEAD test failures for 4.x

Status: Reviewed & tested by the community » Needs work

The last submitted patch, 8: panels-ipe-search-2824508-8.patch, failed testing. View results

joseph.olstad’s picture

Status: Needs work » Reviewed & tested by the community

unrelated failures, moving back to RTBC as reported.

joseph.olstad’s picture

I've rolled this into two different MRs.

One here:

https://www.drupal.org/project/panels/issues/3475770#comment-15864698

and another here:

https://www.drupal.org/project/panels/issues/3465159#comment-15864675

Maybe the fix will eventually make it in.

liam morland’s picture

Status: Reviewed & tested by the community » Needs work
Issue tags: +Needs merge request

joelpittet made their first commit to this issue’s fork.

  • joelpittet committed cf027593 on 8.x-4.x
    fix: #2824508 Search inside IPE no longer works and splits out Uncaught...
joelpittet’s picture

Status: Needs work » Fixed
Issue tags: -Needs merge request

I am not adding tests for this, it's a good idea but generally panels should migrate to LB... I know that is a hot take (and may change with time) but merged anyway. Thanks for reporting and debugging (remotely) @samuel.mortenson and to all who tested it and provided fixes!

Now that this issue is closed, review the contribution record.

As a contributor, attribute any organization that helped you, or if you volunteered your own time.

Maintainers, credit people who helped resolve this issue.

joseph.olstad’s picture

@joelpittet , panels has always been very good and it still works very well. Earl Miles basically gifted us Panels and Views.

There's many use cases and advanced things possible with panels that many in the drupal community probably have not yet learned to appreciate. For site building it's extremely powerful.

joelpittet’s picture

I am a late panels power appreciator... if that's a word... I agree with the sentiment in #21

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.