bondjimbond / islandora_metadata_extras

Islandora utility module that provides some options for customizing metadata display and generation.
GNU General Public License v3.0
6 stars 2 forks source link

Fix undefined index error #39

Closed bondjimbond closed 4 years ago

bondjimbond commented 4 years ago

Fixes #38

What does this Pull Request do?

Adds a check to make sure the index we require is actually present in the response, so that we avoid generating a thousand Undefined Index errors with every search.

What's new?

Just a simple IF statement.

How should this be tested?

bondjimbond commented 4 years ago

Can't see any reason not to merge.