Metadata
- Source
- FLUID-3742
- Type
- Task
- Priority
- Major
- Status
- Closed
- Resolution
- Fixed
- Assignee
- Cindy Li
- Reporter
- heidi valles
- Created
2010-09-16T11:29:00.594-0400 - Updated
2011-08-09T15:40:35.225-0400 - Versions
- N/A
- Fixed Versions
-
- 1.4
- Component
-
- UI Options
Description
right now myinit needs:
//initialize the UI Enhancer
var initUIEnhancer = function () {
var enhancerOpts = {
tableOfContents: {
options: {
templateUrl: "path to infusion/infusion-1.2/components/tableOfContents/html/TableOfContents.html"
}
}
};
Comments
-
Justin Obara commented
2011-05-17T12:42:21.120-0400 Bug Parade Infusion
-
Cindy Li commented
2011-06-23T14:32:38.945-0400 This issue is solved by extending fluid.uiOptionsTemplateLoader to include the definition of tableOfContents URL @ https://github.com/cindyli/infusion/tree/FLUID-3742
As the modification needs to work with the new tableOfContents component, holding on the pull request till it's tested with the final toc component.
This issue is dependent on FLUID-4209 & FLUID-4295, so the merge sequence should be:
FLUID-4209 -> FLUID-4295 -> FLUID-3742
-
Cindy Li commented
2011-07-25T16:25:56.358-0400 With the re-factored UI Options template loader, the code change for this issue @ https://github.com/cindyli/infusion/tree/FLUID-3742 is no longer useful. Need a re-work.
-
Cindy Li commented
2011-08-09T15:40:23.292-0400 Resolved with FLUID-4353 @ commit# d06946a552c869ef6078d7c28af4fbc0c734871e
-
Cindy Li commented
2011-08-09T15:40:35.223-0400 Issue closed.