edition-php-twig-standard icon indicating copy to clipboard operation
edition-php-twig-standard copied to clipboard

matching organisms name problem

Open ensk opened this issue 10 years ago • 1 comments

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

ensk avatar Sep 20 '15 17:09 ensk

the problem occurs when i use () in the file name...

ensk avatar Sep 23 '15 22:09 ensk