Actions
Task #40763
closedAdd TCA definition for is_online field in fe_users
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2012-09-08
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.0
PHP Version:
5.3
Tags:
Complexity:
easy
Sprint Focus:
Description
Currently Extbase is shipped with a FE User Model that contains the property isOnline which could be mapped to the corresponding database field is_online in fe_users. But fe_users lacks a tca definition for that field.
There are 2 suggestions regarding Core:
- Remove the field from the table and calculate the value
- Add a proper tca definition
See MVC Issue #11024 for discussion and more information
Actions