Chris Geer created SHINDIG-1788:
-----------------------------------

             Summary: Non-inline templates are not accessible from 
os.getTemplate JavaScript
                 Key: SHINDIG-1788
                 URL: https://issues.apache.org/jira/browse/SHINDIG-1788
             Project: Shindig
          Issue Type: Bug
          Components: Javascript 
    Affects Versions: 2.5.0-beta1
            Reporter: Chris Geer


Templates that are defined inline are accessible from the os.getTemplate method 
call. Templates that are defined in a Template Library or in the Module header 
are not accessible. Inline templates process through and eventually get sent to 
os.registerTemplate, non-inline templates make it to 
os.Loader.processTemplateNode where they don't go any further.

Non-inline templates seem to work declaratively but not through the API.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to