Project

General

Profile

Actions

Bug #60245

closed

Database table structure for fe_groups is incomplete

Added by Markus Günther almost 10 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Database API (Doctrine DBAL)
Target version:
Start date:
2014-07-10
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
6.2
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
No
Sprint Focus:

Description

If your using frontend usergroups via extbase and creating new groups via extbase - you will have a problem when you want to use the new groups.

In the database structure the description, subgroup and TSconfig property has no default and no "NOT NULL". So if you create the new group via extbase the group has the value NULL for subgroup and this gives you a nice exception.

In my opinion it don't hurts if we add "NOT NULL" to this properties.

In extbase we also have no default value for the tx_extbase_type property. The core always writes a 0 in this field, but when you create the record via extbase and don't care about this field, the field is emtpy. To be consistent we should also define a default value for that.


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #60514: Database analyzer does not parse TEXT null / not null fieldsClosedMorton Jonuschat2014-07-24

Actions
Actions #1

Updated by Gerrit Code Review almost 10 years ago

  • Status changed from New to Under Review

Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31560

Actions #2

Updated by Gerrit Code Review almost 10 years ago

Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/31560

Actions #3

Updated by Markus Günther almost 10 years ago

Should i create a small test extension?

Actions #4

Updated by Gerrit Code Review almost 10 years ago

Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31560

Actions #5

Updated by Gerrit Code Review almost 10 years ago

Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31560

Actions #6

Updated by Gerrit Code Review almost 10 years ago

Patch set 1 for branch TYPO3_6-2 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at http://review.typo3.org/31747

Actions #7

Updated by Markus Günther almost 10 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #8

Updated by Riccardo De Contardi over 6 years ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF