Skip to content

Commit

Permalink
Removed obsolete module and library dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
magnarem committed Oct 23, 2023
1 parent 6baf4d9 commit e1b8623
Show file tree
Hide file tree
Showing 5 changed files with 2 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ public function myBasket() {
$build['#attached'] = [
'library' => [
'core/jquery.ui',
'leaflet/leaflet',
// 'leaflet/leaflet', # Dont think we will need this
'metsis_basket/basket_view',
// 'metsis_dashboard_bokeh/dashboard',.
],
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
module:
- search_api
- user
- views_autocomplete_filters
- views_fieldsets
id: metsis_elements
label: 'Metsis Elements'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ dependencies:
- better_exposed_filters
- search_api
- user
- views_autocomplete_filters
- views_fieldsets
id: metsis_search
label: 'Metsis Search'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ dependencies:
module:
- better_exposed_filters
- search_api
- views_autocomplete_filters
id: metsis_simple_search
label: 'METSIS Simple Search'
module: views
Expand Down
2 changes: 1 addition & 1 deletion metsis/metsis_ts_bokeh/src/Form/MetsisTsBokehPlotForm.php
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public function buildForm(array $form, FormStateInterface $form_state) {
$form['#attached']['library'][] = 'metsis_ts_bokeh/bokeh_api';
$form['#attached']['library'][] = 'metsis_lib/adc_buttons';
$form['#attached']['library'][] = 'system/title';
$form['#attached']['library'][] = 'jquery_ui_draggable/draggable';
// $form['#attached']['library'][] = 'jquery_ui_draggable/draggable';

/* We display the form above the plot with subit button on top */
/*$form['actions'] = [
Expand Down

0 comments on commit e1b8623

Please sign in to comment.