Islandora-Labs / islandora_solr_collection_view

This replaces the browse display provided by Islandora collection objects with a View, providing enhanced customization and performance.
http://islandora.ca/
GNU General Public License v3.0
3 stars 4 forks source link

Address #9. #10

Closed mjordan closed 8 years ago

mjordan commented 8 years ago

What does this Pull Request do?

Makes the thumbnail image in the teaser clickable and more consistent with the thumbnail in the Collection Solution Pack.

What's new?

In addition to addressing #9, it adds the same permission check on the TN datastream used in Islandora Collection Solution Pack, changed hard-coded HTML to use Drupal's l() function, and wrapped the thumbnail image in the same theme() function used by the Collection Solution Pack.

How should this be tested?

When clicked, the thumbnail in the teaser should link to the object.

Additional Notes

None

Interested parties

@rosiel

rosiel commented 8 years ago

Checks out!