Author: mcantelon
Date: Mon Feb 13 15:06:43 2012
New Revision: 10874
Log:
Changed CSV to Qubit mapping that seems wrong.
Modified:
trunk/lib/task/import/csvImportTask.class.php
Modified: trunk/lib/task/import/csvImportTask.class.php
==============================================================================
--- trunk/lib/task/import/csvImportTask.class.php Mon Feb 13 13:54:38
2012 (r10873)
+++ trunk/lib/task/import/csvImportTask.class.php Mon Feb 13 15:06:43
2012 (r10874)
@@ -151,7 +151,8 @@
/* import columns that can be added using the
QubitInformationObject::addProperty method */
'propertyMap' => array(
- 'radNoteStatementOfResponsibility' =>
'statementOfResponsibilityRelatingToPublishersSeries',
+ 'titleStatementOfResponsibility' => 'titleStatementOfResponsibility',
+// 'radNoteStatementOfResponsibility' =>
'statementOfResponsibilityRelatingToPublishersSeries',
'statementOfScaleArchitectural' => 'statementOfScaleArchitectural',
'statementOfScaleCartographic' => 'statementOfScaleCartographic',
'radTitleProperOfPublishersSeries' => 'titleProperOfPublishersSeries'
@@ -168,6 +169,9 @@
'radNoteGeneral' => array(
'typeId' => array_search('General note', $termData['radNoteTypes'])
),
+ 'radNoteStatementOfResponsibility' => array(
+ 'typeId' => array_search('', $termData['titleNoteTypes'])
+ ),
'radNoteSourceOfTitleProper' => array(
'typeId' => array_search('Source of title proper',
$termData['titleNoteTypes'])
),
--
You received this message because you are subscribed to the Google Groups
"Qubit Toolkit Commits" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/qubit-commits?hl=en.