silverstripe / silverstripe-asset-admin

Silverstripe assets gallery for asset management
BSD 3-Clause "New" or "Revised" License
20 stars 79 forks source link

FIX Cleanup and validate breadcrumb click event handling #1265

Closed GuySartorelli closed 2 years ago

GuySartorelli commented 2 years ago

silverstripe/silverstripe-admin#1299 allows react's preventDefault() to work as expected on click events, so the entwine event handler is no longer required. Also adding behat tests to validate breadcrumb links always work as expected.

Parent issue

1007

Dependencies

GuySartorelli commented 2 years ago

The behat tests should fail until silverstripe/silverstripe-admin#1299 is merged.