Quote:
Originally Posted by chaley
I don't see a problem. I enter a series "Lt. Leary" and I see exactly one non-hierarchical series. It I enter "Lt.Leary" I see a hierarchical series. You can see that hierarchy is enabled by looking at the "The" near the bottom of the screen.
What are you seeing that is different?
|

My bad.
The problem only happens with the save template (sub items):
Code:
program:test(field('series'),strcat(
substr(field('series'), 0, 1),template("-series/{series:subitems(0,1)||/}{series:subitems(1,2)||/}{series_index:0>2s}-{title}_{authors}_{id}")
),template("00noseries/{author_sort[0]}_authors/{authors}/{title}-{authors}_{id}")
)