Skip to content
Snippets Groups Projects
Commit 10b6fb9a authored by Rosie Le Faive's avatar Rosie Le Faive Committed by amym-li
Browse files

Issue #3368283 by rosiel: Views interface asks for field when it needs a contextual filter

parent f44eb3f0
No related branches found
No related tags found
No related merge requests found
......@@ -89,7 +89,7 @@ class FullCalendarSolr extends StylePluginBase {
'#title' => $this->t('Year Field'),
'#required' => TRUE,
'#options' => $view_argument_labels,
'#description' => $this->t('The selected field should contain a string or integer representing a year in YYYY format.'),
'#description' => $this->t('The selected contextual filter should contain a string or integer representing a year in YYYY format.'),
'#default_value' => $this->options['year_field'],
];
......
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