Open geralddejong opened 9 years ago
In ICN format (maybe others) there is a mapping from dc:title to delving:title, and the Javascript expects there to be a single one.
https://github.com/delving/culture-hub/blob/13.06/app/assets/object.js#L187
This causes a Javascript error which prevents the Related Items from appearing.
Uncaught TypeError: item.fields.delving_title.replace is not a function
In ICN format (maybe others) there is a mapping from dc:title to delving:title, and the Javascript expects there to be a single one.
https://github.com/delving/culture-hub/blob/13.06/app/assets/object.js#L187
This causes a Javascript error which prevents the Related Items from appearing.