Allow records from table tx_dlf_solrcores on the root page and in the page tree.

This commit is contained in:
Sebastian Meyer 2012-04-20 10:23:36 +02:00
parent 48e1af02b7
commit dd8588210d
3 changed files with 3 additions and 17 deletions

View File

@ -129,7 +129,7 @@ $TCA['tx_dlf_solrcores'] = array (
'delete' => 'deleted',
'dynamicConfigFile' => t3lib_extMgm::extPath($_EXTKEY).'tca.php',
'iconfile' => t3lib_extMgm::extRelPath($_EXTKEY).'res/icon_txdlfsolrcores.png',
'rootLevel' => 0,
'rootLevel' => -1,
'adminOnly' => 1,
'dividers2tabs' => 2,
),

View File

@ -29,8 +29,6 @@
<label index="tx_dlf_documents.volume_sorting">Number of Volume (Sorting)</label>
<label index="tx_dlf_documents.collections">Collections</label>
<label index="tx_dlf_documents.owner">Owner</label>
<label index="tx_dlf_documents.solrcore">Solr Core</label>
<label index="tx_dlf_documents.solrcore.none">none</label>
<label index="tx_dlf_documents.status">Status</label>
<label index="tx_dlf_documents.status.default">default</label>
<label index="tx_dlf_documents.tab1">Titledata</label>
@ -188,8 +186,6 @@
<label index="tx_dlf_documents.volume_sorting">Bandnummer (Sortierung)</label>
<label index="tx_dlf_documents.collections">Sammlungen</label>
<label index="tx_dlf_documents.owner">Besitzer</label>
<label index="tx_dlf_documents.solrcore">Solr Kern</label>
<label index="tx_dlf_documents.solrcore.none">keiner</label>
<label index="tx_dlf_documents.status">Status</label>
<label index="tx_dlf_documents.status.default">Standard</label>
<label index="tx_dlf_documents.tab1">Titeldaten</label>

View File

@ -292,18 +292,8 @@ $TCA['tx_dlf_documents'] = array (
),
),
'solrcore' => array (
'exclude' => 1,
'label' => 'LLL:EXT:dlf/locallang.xml:tx_dlf_documents.solrcore',
'config' => array (
'type' => 'select',
'items' => array (
array ('LLL:EXT:dlf/locallang.xml:tx_dlf_documents.solrcore.none', 0),
),
'foreign_table' => 'tx_dlf_solrcores',
'foreign_table_where' => 'AND tx_dlf_solrcores.pid=0 ORDER BY tx_dlf_solrcores.label',
'size' => 1,
'minitems' => 1,
'maxitems' => 1,
'type' => 'passthrough',
),
),
'status' => array (
@ -322,7 +312,7 @@ $TCA['tx_dlf_documents'] = array (
),
),
'types' => array (
'0' => array ('showitem' => '--div--;LLL:EXT:dlf/locallang.xml:tx_dlf_documents.tab1, title;;1;;1-1-1, author;;2, year;;3, place;;4, structure;;5;;2-2-2, collections;;;;3-3-3, metadata, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_documents.tab2, location;;;;1-1-1, record_id, prod_id;;;;2-2-2, oai_id;;;;3-3-3, opac_id, union_id, urn, purl;;;;4-4-4, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_documents.tab3, hidden;;;;1-1-1, fe_group;;;;2-2-2, status;;;;3-3-3, owner;;;;4-4-4'),
'0' => array ('showitem' => '--div--;LLL:EXT:dlf/locallang.xml:tx_dlf_documents.tab1, title;;1;;1-1-1, author;;2, year;;3, place;;4, structure;;5;;2-2-2, collections;;;;3-3-3, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_documents.tab2, location;;;;1-1-1, record_id, prod_id;;;;2-2-2, oai_id;;;;3-3-3, opac_id, union_id, urn, purl;;;;4-4-4, --div--;LLL:EXT:dlf/locallang.xml:tx_dlf_documents.tab3, hidden;;;;1-1-1, fe_group;;;;2-2-2, status;;;;3-3-3, owner;;;;4-4-4'),
),
'palettes' => array (
'1' => array ('showitem' => 'title_sorting', 'canNotCollapse' => 1),