Skip to content

Commit

Permalink
Merge pull request #165 from bondjimbond/fix_form
Browse files Browse the repository at this point in the history
Add self-transform to default form associations
  • Loading branch information
manez authored Apr 2, 2019
2 parents 717353d + bb5693c commit 625039e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions islandora_newspaper.module
Original file line number Diff line number Diff line change
Expand Up @@ -268,6 +268,7 @@ function islandora_newspaper_xml_form_builder_form_associations() {
'dsid' => 'MODS',
'title_field' => array('titleInfo', 'title'),
'transform' => 'mods_to_dc.xsl',
'self_transform' => 'islandora_cleanup_mods_extended.xsl',
'template' => FALSE,
),
'islandora_newspaper_issue_mods_form' => array(
Expand All @@ -276,6 +277,7 @@ function islandora_newspaper_xml_form_builder_form_associations() {
'dsid' => 'MODS',
'title_field' => array('titleInfo', 'title'),
'transform' => 'mods_to_dc.xsl',
'self_transform' => 'islandora_cleanup_mods_extended.xsl',
'template' => FALSE,
),
);
Expand Down

0 comments on commit 625039e

Please sign in to comment.