Ticket #405 (closed defect: invalid)
setModelGlue method in modelglue.gesture.viewrenderer needs to have access="public"
| Reported by: | nickel4242 | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Version: | Severity: | normal | |
| Keywords: | Cc: |
Description (last modified by cfgrok) (diff)
I had an error today in a Model-Glue 2.0 app when upgrading to the SVN version. ColdSpring could not find the setModelGlue method in the ViewRenderer.cfc file.
I will attach a patch, but its as easy as adding access="public" to the method so it reads as:
<cffunction name="setModelGlue" access="public" output="false" hint="Sets the MG instance to use.">
<cfargument name="modelGlue" required="true" type="ModelGlue.gesture.ModelGlue" />
<cfset variables._modelGlue = arguments.modelGlue />
</cffunction>
Attachments
Change History
Note: See
TracTickets for help on using
tickets.
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)