I have a filter bar where I want to show the 'Apply' button on both bottom and top. I changed the .module file to add the below code. I basically changed the weight of the 'Action' button. But this shows the button only on the top. Is there a way to make it appear in the bottom?
function project_form_alter(&$form, \Drupal\Core\Form\FormStateInterface $form_state, $form_id) {
if ($form['#id'] == 'views-exposed-form-search-page') {
$form['actions']['#weight'] = -99;
}
}
Drupal 8.8.0 site, when I run composer outdated, I get a list of modules whose versions are not current. However, when I run Status Report from within site admin, I see those same modules with current versions.
For example:
composer outdated | grep drupal/admin_
drupal/admin_toolbar 1.27.0 2.0.0 Provides a drop-down menu interface t...
However, the Status Report (or modules list) invoked from within drupal admin shows the Admin Toolbar module as Version: 8.x-2.0