mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
minor bug fix for view page of thirdparty property 'types' -> 'thirdPartyTypes'
This commit is contained in:
parent
15342f85d3
commit
c1232037a9
@ -50,7 +50,7 @@
|
|||||||
|
|
||||||
<dt>{{ 'thirdparty.Categories'|trans }}</dt>
|
<dt>{{ 'thirdparty.Categories'|trans }}</dt>
|
||||||
{% set types = [] %}
|
{% set types = [] %}
|
||||||
{% for t in thirdParty.types %}
|
{% for t in thirdParty.thirdPartyTypes %}
|
||||||
{% set types = types|merge( [ ('chill_3party.key_label.'~t)|trans ] ) %}
|
{% set types = types|merge( [ ('chill_3party.key_label.'~t)|trans ] ) %}
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
{% for c in thirdParty.categories %}
|
{% for c in thirdParty.categories %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user