Contao: No label keys in widgets if there is no translation

Created on 30 Dec 2019  路  1Comment  路  Source: contao/contao

Affected version(s)
4.8.x

Description
Since #953 , if you have no label-key definied in the DCA and there is no translation-file you can't see the label key in the widgets.

image (1)

Reproduce

  • install contao
  • delete all languages except of en
  • delete/rename tl_member.xlf
  • go to members in backend

usecase

when i prototype some new extensions i dont want to do the translations

bug

Most helpful comment

As discussed in Mumble on January 16th, if there is no label (null), the key should be used. To have an empty label, it must be set to an empty string or false.

>All comments

As discussed in Mumble on January 16th, if there is no label (null), the key should be used. To have an empty label, it must be set to an empty string or false.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

aschempp picture aschempp  路  3Comments

fritzmg picture fritzmg  路  3Comments

leofeyer picture leofeyer  路  3Comments

mathContao picture mathContao  路  3Comments

leofeyer picture leofeyer  路  3Comments