Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

Commit

Permalink
Additionnal fields in dateTime field
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrunet committed Dec 30, 2014
1 parent 3c4ce42 commit 50cfa5d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions Classes/Hooks/T3libBefunc.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ public function updateFlexforms(&$params, &$reference) {
'template' => '',
);
$this->deleteFromStructure($params['dataStructure'], $removedFields);
$params['dataStructure']['sheets']['sDEF']['ROOT']['el']['settings.dateField']['TCEforms']['config']['items'][] = array('LLL:EXT:news/Resources/Private/Language/locallang_be.xml:flexforms_general.orderBy.tstamp', 'tstamp');
$params['dataStructure']['sheets']['sDEF']['ROOT']['el']['settings.dateField']['TCEforms']['config']['items'][] = array('LLL:EXT:news/Resources/Private/Language/locallang_be.xml:flexforms_general.orderBy.crdate', 'crdate');
}
}
}
2 changes: 1 addition & 1 deletion ext_emconf.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
'uploadfolder' => '0',
'createDirs' => '',
'clearCacheOnLoad' => 0,
'version' => '0.0.1',
'version' => '0.0.2',
'constraints' => array(
'depends' => array(
'typo3' => '6.2.0-6.2.99',
Expand Down

0 comments on commit 50cfa5d

Please sign in to comment.