FLUID-5934: UIO tutorial contains invalid template and message prefix path

Metadata

Source
FLUID-5934
Type
Bug
Priority
Critical
Status
Closed
Resolution
Fixed
Assignee
Justin Obara
Reporter
Jonathan Hung
Created
2016-07-25T14:13:06.059-0400
Updated
2016-08-22T15:40:18.368-0400
Versions
N/A
Fixed Versions
  1. 2.0
Component
  1. Tech. Documentation
  2. UI Options

Description

The templatePrefix, and messagePrefix paths in the UIO tutorial is incorrect. The paths contain an extra trailing slash which should not be there.

See: http://docs.fluidproject.org/infusion/development/tutorial-userInterfaceOptions/UserInterfaceOptions.html

Example:
terms: {
templatePrefix: "lib/infusion/framework/preferences/html/",
messagePrefix: "lib/infusion/framework/preferences/messages/"
}

Comments