pulibrary / pul_library_drupal

Princeton University Library Core Site Drupal Codebase
https://library.princeton.edu/
GNU General Public License v2.0
3 stars 0 forks source link

Best Bet's WorldCat result shows HTML 'a' tag for link instead of creating the link #2021

Closed lizgarciao closed 12 months ago

lizgarciao commented 12 months ago

Expected behavior

The last sentence in the WorldCat result should contain a link that says "Interlibrary Loan" and be clickable.

Actual behavior

Steps to replicate

See: error in website

Impact of this bug

Link is not displaying correctly and users cannot click on it.

kevinreiss commented 12 months ago

The issue comes from the import configuration we have for library databases from libguides. Descriptions should be imported as html rather than plain text. The linked PR updates the configuration for the importer. In this instance the "Best Bet" content type referenced the Worldcat Database content type which is where the description rendered is pulled from.

sandbergja commented 12 months ago

Closed by #2022