Skip to content
Snippets Groups Projects
Commit b7966ee0 authored by Benni Mack's avatar Benni Mack Committed by Christian Kuhn
Browse files

[TASK] Remove unused workspace_preview DB field

The unused BE_USER method setWorkspacePreview()
updates a DB field called "workspace_preview_id" which just
does not exist at all. It would lead to an SQL error if called.

However, since this method is never called, nor evaluated since TYPO3 6.2,
all functionality should be removed. Previewing a workspace is handled
via `be_users.workspace_id` anyway.

Resolves: #84021
Releases: master
Change-Id: I706e893aef1faaccf6e43f0e66ac28bff79190d8
Reviewed-on: https://review.typo3.org/55871


Reviewed-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarFrank Naegler <frank.naegler@typo3.org>
Tested-by: default avatarTYPO3com <no-reply@typo3.com>
Reviewed-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
Tested-by: default avatarChristian Kuhn <lolli@schwarzbu.ch>
parent 6c378590
No related merge requests found
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment