Fixed wrong key getter
This commit is contained in:
parent
1002134bc6
commit
bf28971bd7
1 changed files with 1 additions and 1 deletions
|
@ -342,7 +342,7 @@ frontend {{ frontend.get('name', frontend_name) }}
|
||||||
unique-id-format {{ frontend.uniqueidformat }}
|
unique-id-format {{ frontend.uniqueidformat }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'uniqueidheader' in frontend %}
|
{%- if 'uniqueidheader' in frontend %}
|
||||||
unique-id-header {{ frontend[uniqueidheader }}
|
unique-id-header {{ frontend.uniqueidheader }}
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
{%- if 'sticktable' in frontend %}
|
{%- if 'sticktable' in frontend %}
|
||||||
stick-table {{ frontend.sticktable }}
|
stick-table {{ frontend.sticktable }}
|
||||||
|
|
Loading…
Reference in a new issue