TACC / Core-CMS

The Core CMS codebase used by TACC Portals.
https://cep.tacc.utexas.edu
2 stars 1 forks source link

fix: CMD-162 error if no second breadcrumb #855

Closed wesleyboar closed 1 month ago

wesleyboar commented 1 month ago

Overview

Do not try to remove 2nd-level breadcrumb link if it does not exist.

Related

Changes

Testing

  1. Open a page whose only parent page is home. E.g. https://pprd.frontera-portal.tacc.utexas.edu/system/
  2. Verify no error in console. E.g. Cannot read properties of null (reading 'removeAttribute')

UI

Before After
CMD-162 before CMD-162 after