Issue Details (XML | Word | Printable)

Key: UTIL-15
Type: Improvement Improvement
Status: Closed Closed
Resolution: Fixed
Priority: Major Major
Assignee: David Peterson
Reporter: Anonymous
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Confluence Extension: Utilities Plugin

Provide getter for Global Template by name

Created: 13/Mar/06 09:34 AM   Updated: 14/Mar/06 02:41 AM
Component/s: Content Assistant
Affects Version/s: 2.1.2
Fix Version/s: 1.4.9, 2.0.3, 2.1.3

Time Tracking:
Not Specified

Issue Links:
Depends
 


 Description  « Hide
There is no getter for a particular global template. Yes, you can access the complete list of global templates but a getter similar to the one for space templates would be useful.

 All   Comments   Work Log   Change History      Sort Order: Ascending order - Click to sort in descending order
Eduardo Mayor added a comment - 13/Mar/06 09:45 AM
This functionality would be a lot easier to provided if the related iomprovement was present in the utilities plugin.

David Peterson added a comment - 14/Mar/06 02:41 AM
ContextAssistang.getPageTemplate(String name, Space space) now correctly searches global templates for the name if not found in the specified space. Also, if null is specified for the space, only global templates are searched. The same goes for getPageTemplates(Space space).