Changes between Initial Version and Version 1 of Ticket #405
- Timestamp:
- 02/21/10 07:27:41 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #405 – description
initial v1 1 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 theViewRenderer.cfc file.1 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. 2 2 3 3 I will attach a patch, but its as easy as adding access="public" to the method so it reads as: 4 4 5 5 <cffunction name="setModelGlue" access="public" output="false" hint="Sets the MG instance to use."> 6 <cfargument name="modelGlue" required="true" type=" ModelGlue.gesture.ModelGlue" />6 <cfargument name="modelGlue" required="true" type="!ModelGlue.gesture.!ModelGlue" /> 7 7 8 8 <cfset variables._modelGlue = arguments.modelGlue />
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)