mobomo / lark

A Drupal 8 administration theme by Mobomo
2 stars 2 forks source link

Remove dependency on the search module #47

Closed zenphp closed 3 years ago

zenphp commented 3 years ago

Enforcing a dependency on the search module will often conflict with site requirements that do not make use of that module and will duplicate work being done via the SeachAPI module and it's associated modules (Solr, Elastic, Lunr...).

An admin search, if needed should be implemented as an optional set of modules that can make use of the above as needed.

Tasks:

smustgrave commented 3 years ago

@zenphp I can take a look at this if you want? Besides deleting the file should there be some update that would remove the block if the theme is already installed?

carwin commented 3 years ago

@smustgrave I don't think we need to include any kind of update hook to remove the block. This issue is only an issue if the Search module is not enabled, which wouldn't be the case if you had the block placed I don't think.