-
Notifications
You must be signed in to change notification settings - Fork 40
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Backend-Listenansicht Details: Bei leeren Feldern Fehlerhinweis #1318
Comments
What attribute type is this? We might have to change the text rendering for that one. |
Hi discordier, it affects "all" attribute types
|
@ThomasJanotta können wir nicht nachvollziehen - bei alles aktuell? |
photo__sort zeigt seit 8f5a455 nun auch nur noch einen Leerstring, entfernen kann ich es leider nicht ohne Eingriff im DCG. Dennoch sollte das Problem des OP nie auftreten. |
neues Ticket zum Thema: #1319 ich habe noch diverse Implementierungen durchgesehen, ohne diese Fehlermeldung - ich schließe das Ticket wg. "nicht nachvollziehbar" |
Fehlermeldung kommt dann, wenn in den Rendereinstellungen die Checkbox "Leere Einträge verbergen" checked ist - siehe #1319 (comment) |
Empty values must be allowed in "show" when "hideEmptyValues" is active. The empty value checks have now been refactored into a static helper class as the detection of empty values is not within the attribute classes and therefore is somewhat bogus. We should refactor this for 3.0 to have attributes determine their empty values on their own.
fix in 2.1.5 - see 95c53df try "dev-hotfix/2.1.5 as 2.1" |
Hmm, - Can only install one of: metamodels/core[2.1.x-dev, dev-hotfix/2.1.5] |
try "dev-hotfix/2.1.5 as 2.1.5" |
Hallo, |
Eine logische Sache noch, Contao macht das zwar auch, aber wenn da steht 'Leere Einträge verbegen' dürfte in der Backend-Info die jeweilige ZEILE ja gar nicht auftauchen, z.B. title'... |
da kann man unterschiedlicher Meinung sein - für mich hat die "i-Ausgabe" nichts mit den Rendereinstellungen zu tun und sollte (wie bei Contao) eine Komplettübersicht der Daten widerspiegeln, d.h. für mich sollten an der Stelle immer alle Daten ausgegeben werden. |
Agreed ;-) |
Hotfix version 2.1.5 - Fix #1332 - URL generating used the wrong language - Fix notices in ToolboxFile (fixes #1327) - Fix autoloader problems for Contao 4.{4,5} in test - Fix #1321 - Keep port number when it is non standard - Addendum #1320 - also display plain values as raw - Fix #1320 - display attribute names raw - Fix #1318 - allow empty values in "show"
php 7.2.11/7.3.4
contao 4.4.40
mm core/bundle 2.1.3
via composer
mit mm packages 2.1.x
dcg 2.1.3
(ich habe eine Live- und Testversion, deswegen 2 Konfigs oben)
Wenn man in der Backend-Listenansicht eines MM auf das "blaue i" für Details des Datensatzes klickt, erscheint bei leeren Feldern der Hinweis:
Unexpected behaviour, attribute title text representation was not rendered.
Diese Meldung wird erzeugt durch:
vendor\metamodels\core\src\CoreBundle\EventListener\DcGeneral\ItemRendererListener.php
The text was updated successfully, but these errors were encountered: