edition-php-twig-standard
edition-php-twig-standard copied to clipboard
matching organisms name problem
hi ...
i can't match organisms name... i have a layout with {% include 'organisms-' ~ header_layout %} in data.json I set the variable hader_layout...
my list of organisms header is:
000-h-hn(nmain+sprofiles)
001-h-hf(sprofiles+cinfo+nmain)
002-h-ht(sprofiles+cinfo)hf(nmain)
003-h-ht(cinfo)hf(cinfo)hn(nmain)
but when set header_layout: h-ht(cinfo)hf(cinfo)hn(nmain) this show the organisms 002 or anything that start with h-ht, always show me 002... i try full format but nothing is displayed and i print a
{{ dump(header_layout) }} in my layout and show me the correct var set in data.json ...
any idea how to solve this ?? thanks for help
the problem occurs when i use () in the file name...