CuBoulder / tiamat-theme

University of Colorado Boulder Drupal 9+ base theme
GNU General Public License v2.0
3 stars 0 forks source link

Article Slider: Fixes Issue with Multiple Reuseable Article Slider Blocks on the same Page #1258

Closed patrickbrown-io closed 2 months ago

patrickbrown-io commented 2 months ago

While a rare situation, if a user happens to add two copies of a re-useable Article Slider block to the same page, it would cause them both to break. Similar to the other JavaScript blocks, this issue has been corrected by giving every instance of the block a Unique ID.

Resolves #1247