Skip to content
Snippets Groups Projects
Commit 2475c345 authored by Eric Bremner's avatar Eric Bremner Committed by Kevin Paxman
Browse files

ISTWCMS-5846: fixing undefined index on views admin page

parent 395a5940
No related branches found
No related tags found
2 merge requests!295ISTWCMS-5846: adding code and config for blank summaries,!274Draft: ISTWCMS-5551: fixing office hours display
......@@ -48,6 +48,7 @@ function uw_cfg_common_preprocess_form_element_label(&$variables) {
// the id of the label contains edit-field-uw and has
// either summary or position in the id.
if (
isset($variables['element']['#id']) &&
$variables['element']['#id'] !== 'edit-field-uw-blank-summary-value' &&
str_contains($variables['element']['#id'], 'edit-field-uw-') &&
(
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment