Task #40763
closedAdd TCA definition for is_online field in fe_users
0%
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
Updated by Jigal van Hemert about 12 years ago
- Status changed from New to Accepted
- Target version set to 6.0.0-beta2
- Complexity set to easy
As noted in #11024 this field is not a state but a timestamp. Option 1 is not possible (calculating the property) so a proper TCA definition must be added.
Updated by Gerrit Code Review about 12 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/14668
Updated by Thomas Löffler about 12 years ago
So, which TCA field type should it have?
Updated by Oliver Salzburg about 12 years ago
Thomas Loeffler wrote:
So, which TCA field type should it have?
I went with passthrough
where I needed it.
Updated by Markus Günther about 12 years ago
In TYPO3 Extbase we have droped the property for TYPO3 CMS 6.0.
Updated by Anja Leichsenring almost 11 years ago
- Status changed from Under Review to Closed
abandoned
Updated by David Bruchmann over 10 years ago
Anja, I can't follow your reason for closing.
I'm working with Version 4.7.17 in the moment and have to expect that the issue is not fixed.