template action not copying namespace fully
I see in the directions it states that template is either a single page, or a whole namespace (with trailing colon). When a namespace is given, all contained sub namespaces and pages will be copied to the destination and replacement patterns will be applied in all pages.
When I try this, I only get the designated namespace along with pages in that namespace. It does not copy sub-name spaces or pages in those sub namespaces.
After working with this for quite a while, it seems I can get sub name-spaces copied, if I do not put the ":" at the end of the template target, and then do not put a ":" on the destination. This will copy the namespace to the destination (possibly with a name from the form) and all sub-directories inside it.
It seems to be the reverse of what the documentation says to do?
@sangdrax8 thanks! I just spent one hour crying over this. It is really working in completely opposite way.
Please if it will take some time to fix add at least huge warning in documentation so there are no more "lucky" testers as we :)