Bug #49718
Change the label user function for FAL records to at least return the uid as title
Status: | Rejected | Start date: | 2013-07-05 | |
---|---|---|---|---|
Priority: | Won't have this time | Due date: | ||
Assigned To: | - | % Done: | 0% |
|
Category: | Technical | |||
Target version: | - | |||
Tags: |
Description
The new label_userFunc for sys_file_reference rows results in "no title" when called by BackendUtility::getRecordTitle. This function is e.g. called from the workspaces module.
This patch will set the title parameter to the row uid when the parmeter array does not provide an 'options' 'sys_file' array. This will result in the uid being displayed which is the old behavior.
Related issues
History
#1 Updated by Gerrit Code Review about 2 years ago
Patch set 1 for branch master has been pushed to the review server.
It is available at https://review.typo3.org/21983
#2 Updated by Jens Hoffmann almost 2 years ago
- Category set to Technical
- Status changed from New to Rejected
- Priority changed from Should have to Won't have this time
How is this UX related?
Seems to be only technical.
Greez Jens
#3 Updated by Patrick Schriner almost 2 years ago
Hi it was really a bugfix for a regression.
Someone suggested to file it under UX.
It is merged in master since July 6, don't know why this is not shown here correctly.