Skip to content
This repository has been archived by the owner on Nov 3, 2023. It is now read-only.

Versionen von tl_content ohne Beschreibung #8502

Closed
Mynyx opened this issue Sep 23, 2016 · 3 comments
Closed

Versionen von tl_content ohne Beschreibung #8502

Mynyx opened this issue Sep 23, 2016 · 3 comments
Assignees
Labels
Milestone

Comments

@Mynyx
Copy link
Contributor

Mynyx commented Sep 23, 2016

Versionen von tl_content Elementen haben keine Beschreibung, auch nicht wenn das Element eine Überschrift hat, wie nach der Änderung eines solchen Elementes in der Versionsübersicht auf der Startseite des Backends nachvollzogen werden kann.

@leofeyer
Copy link
Member

Siehe dazu auch #4828 (comment).

@Mynyx
Copy link
Contributor Author

Mynyx commented Sep 29, 2016

Der Fall headline ist ja bereits vorhanden (

elseif (isset($objRecord->headline))
{
$strDescription = $objRecord->headline;
}
), warum funktioniert der denn bei tl_content Elementen nicht?

@leofeyer leofeyer added defect and removed duplicate labels Oct 21, 2016
@leofeyer leofeyer added this to the 3.5.18 milestone Oct 21, 2016
@leofeyer leofeyer self-assigned this Oct 21, 2016
@leofeyer leofeyer reopened this Oct 21, 2016
@leofeyer
Copy link
Member

Behoben in 86e2366.

jsonn pushed a commit to jsonn/pkgsrc that referenced this issue Oct 27, 2016
### 4.2.5 (2016-10-27)

 * Unlock members after password change (see contao/core#8545).
 * Register an alias for the language fallback page model (see
   contao/core#8544).
 * Correctly calculate the maximum length of tl_files.name (see
   contao/core#8536).
 * Correctly add the headline if a content element is versionized (see
   contao/core#8502).
 * Optimize the DCA sorting filter for date fields (see contao/core#8485).
 * Do not show version entries of deleted files (see contao/core#8480).
 * Redirect the empty URL depending on language and alias name (see
   contao/core#8498).
 * Apply `specialchars()` to widget attributes (see contao/core#8505).
 * Queue the requests when rebuilding the search index (see contao/core#8449).
 * Correctly determine the form field names in the file manager (see #600).
 * Correctly show the maximum file size in the form upload widget (see #595).
 * Correctly encode e-mail addresses in the text element (see #594).
 * Do not parse front end templates twice (see #599).
 * Correctly set host and scheme in the URL generator (see #592).
 * Correctly reload the page and file trees in "edit multiple" mode.
 * Correctly normalize the paths in the symlink command.
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

2 participants