Project

General

Profile

Actions

Bug #86361

closed

Filtering for a Backend User Group leads to an Exception in the Backend User Module

Added by Daniel Goerz over 5 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2018-09-24
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
9
PHP Version:
7.2
Tags:
Complexity:
Is Regression:
Yes
Sprint Focus:

Description

Reproduce:

  1. Create some backend users and some backend user groups
  2. Assign groups to users
  3. filter for a specific group

An exception ('Serialization of 'Closure' is not allowed') is thrown (at least for some people).

While discussing this in the core-dev slack channel it turned out that the serialization of the full blown demand object most likely is the issue here. However some people could not reproduce the exception.

Suggested solution by Frank:

the UC should not store the whole object.
The demand object contains the selected backend user group object, which also containts the extbase overhead.
backendUserGroup in UC should only be the UID of the group

Related issues 2 (0 open2 closed)

Related to TYPO3 Core - Bug #88451: Module Backend User, Filtering leads to ExceptionClosed2019-05-28

Actions
Has duplicate TYPO3 Core - Bug #88245: Group filter in backend user module throws an exceptionClosed2019-04-29

Actions
Actions

Also available in: Atom PDF