Actions
Feature #51310
closedTCAdefaults value from DB field -> getData + strtotime
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
-
Target version:
-
Start date:
2013-08-24
Due date:
% Done:
0%
Estimated time:
PHP Version:
5.4
Tags:
Complexity:
Sprint Focus:
Description
Hi,
it´s a quite a good idea to have TCAdefaults from DB fields and have the option for datefields to set a strtotime (http://de2.php.net/manual/en/function.strtotime.php) value.
You can easily set something like this:
TCAdefaults { tx_news_domain_model_news { author = FooBar author_email = bar@foo.de } }
But something like this would make a lot of sense:
TCAdefaults { tx_news_domain_model_news { author.data.field = be_users = username author_email.data.field = be_users = email } }
this is referring to http://forum.typo3.org/index.php/t/198750/
Cheers
David
Updated by Mathias Schreiber almost 10 years ago
- Target version set to 7.4 (Backend)
Updated by Susanne Moog over 9 years ago
- Target version changed from 7.4 (Backend) to 7.5
Updated by Benni Mack about 9 years ago
- Target version changed from 7.5 to 8 LTS
Updated by Riccardo De Contardi over 7 years ago
- Target version changed from 8 LTS to 9.0
Updated by Susanne Moog over 4 years ago
- Status changed from New to Closed
This feature request is very old and has gathered little interest. I'm going to close it now - if something like this is still necessary or more people are interested in an implementation or anyone wants to work on this, please reopen the issue.
Actions