Skip to content
Snippets Groups Projects
Commit 0829fb3c authored by Daniel Wehner's avatar Daniel Wehner Committed by Tim Plunkett
Browse files

Issue #1602534 by dawehner: Remove a missing ctools_include() call.

parent 0c9c847e
Branches
Tags
2 merge requests!7452Issue #1797438. HTML5 validation is preventing form submit and not fully...,!789Issue #3210310: Adjust Database API to remove deprecated Drupal 9 code in Drupal 10
......@@ -944,8 +944,6 @@ function build_group_form(&$form, &$form_state) {
$row['operator']['#title'] = '';
$this->value_form($row, $form_state);
// @todo: Convert this to #states.
ctools_include('dependent');
// Fix the dependencies to update value forms when operators
// changes. This is needed because forms are inside a new form and
// their ids changes. Dependencies are used when operator changes
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment