localgovdrupal / localgov_subsites

Replaces LocalGov Campaigns with a new name and extended functionality to support subsites within LocalGov Drupal installations.
GNU General Public License v2.0
4 stars 2 forks source link

Update Entity Hierarchy to ^3.3 #112

Closed andybroomfield closed 1 year ago

andybroomfield commented 1 year ago

Fix #104

Update Entity Hierarchy to 3.3 branch, as 2.x branch is now marked as obsolete Note: A full cache rebuild is required after updating.

ekes commented 1 year ago

Merge Monday:-

Wants test against another site. @Adnan-cds can check against Croydon.

ekes commented 1 year ago

A full cache rebuild is required after updating.

We could add this to an update hook if it's required.

Adnan-cds commented 1 year ago

Looks good to me. This is what I did:

  1. Switch to this branch.
  2. Cleared the cache.
  3. Added a new Subsite overview page.
  4. Added two Subsite pages under the above.
  5. Added a third Subsite page and placed it under one of the Subsite pages from step 4. All looked good.
  6. Also checked another Subsite with flat hierarchy and that looked good too. No related error messages in Drupal log.