omeka / plugin-PBCore2

0 stars 0 forks source link

Title for item not tied to PBCore title field #2

Open sharonmleon opened 5 years ago

sharonmleon commented 5 years ago

The title for the item is not being drawn from the Title field in the PBCore metadata. I've got items showing up as [Untitled] both on admin and public interfaces.

sharonmleon commented 5 years ago

The PBCore Creator isn't mapping to the Items Browse in the admin either.

zerocrates commented 5 years ago

Filtering display_title would be the cleanest way to account for this but it's... messy in the current version of Omeka. Having the plugin copy the PBCore Title over to the DC Title might be simplest... but brings up possible issues of what to do when there's a PBCore Title entered, saved and copied over to DC, then the PBCore Title gets changed. (Or the DC Title gets changed, etc.)

sharonmleon commented 5 years ago

Here's another thought: Can we hide the DC form? Would that make the copying to the DC fields safer?