ccswbs / hjckrrh

GNU General Public License v2.0
6 stars 5 forks source link

Disable UG Breadcrumbs / Crumbs module and ensure ug_path_breadcrumbs works without it #677

Open mmafe opened 7 years ago

mmafe commented 7 years ago

UG Breadcrumbs is a dev feature that is not meant to be used on production sites. We currently have it enabled by default, which also enables the Crumbs module.

This has caused situations where bugs in ug_path_breadcrumbs have been masked because the UG Breadcrumbs (and Crumbs) modules have been turned on at the same time. Since it is possible UG Breadcrumbs may be masking other issues, it would be ideal if we could remove this dev feature from use in production and ensure that ug_path_breadcrumbs works properly on its own.

Recommend:

  1. Disabling UG Breadcrumbs / Crumbs modules from being turned on by default
  2. Ensuring that ug_path_breadcrumbs works properly without these two modules
mmafe commented 7 years ago

Recommend including an update hook that disables UG Breadcrumb and Crumbs as part of the process.

nevantan commented 7 years ago

NOTE: Modules need to be disabled on all sites before the code can be removed from the repo.