Project

General

Profile

Actions

Task #40763

closed

Add TCA definition for is_online field in fe_users

Added by Ingo Pfennigstorf over 11 years ago. Updated about 10 years ago.

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:

  1. Remove the field from the table and calculate the value
  2. Add a proper tca definition

See MVC Issue #11024 for discussion and more information

Actions #1

Updated by Jigal van Hemert over 11 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.

Actions #2

Updated by Gerrit Code Review over 11 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

Actions #3

Updated by Thomas Löffler over 11 years ago

So, which TCA field type should it have?

Actions #4

Updated by Oliver Salzburg over 11 years ago

Thomas Loeffler wrote:

So, which TCA field type should it have?

I went with passthrough where I needed it.

Actions #5

Updated by Markus Günther over 11 years ago

In TYPO3 Extbase we have droped the property for TYPO3 CMS 6.0.

See http://forge.typo3.org/issues/11024

Actions #6

Updated by Anja Leichsenring over 10 years ago

  • Status changed from Under Review to Closed

abandoned

Actions #7

Updated by David Bruchmann about 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.

Actions

Also available in: Atom PDF