Project

General

Profile

Feature #165

Fix root path as relative to template

Added by Patrick Talbot over 13 years ago. Updated over 13 years ago.

Status:
Closed
Priority:
Normal
Category:
-
Target version:
-
Start date:
10/06/2010
Due date:
% Done:

0%

Estimated time:
Browser (if web client):

Description

#include and #parse are currently always using the report folder as root
So with a hierarchy like this:

reports/

inc/

header.html

templates/

templateA.html

inc/

footer.html

etc...

if templateA.html contains #parse('inc/footer.html) this will not work, while #parse('inc/header.html') will
This is counter-intuitive since any other (client-side) includes (like js or css files, done in pure html) are relative to the template itself.

History

#1

Updated by Patrick Talbot over 13 years ago

  • Status changed from New to In Progress
#2

Updated by Patrick Talbot over 13 years ago

  • Assignee set to Patrick Talbot

Fixed for 1.3.15+

#3

Updated by Patrick Talbot over 13 years ago

  • Status changed from In Progress to Closed

Also available in: Atom PDF