Ticket #423: Invocation.cfc.patch
| File Invocation.cfc.patch, 1.3 kB (added by nickel4242, 15 years ago) |
|---|
-
gesture/eventrequest/phase/Invocation.cfc
85 85 <cfset arguments.eventContext.addEventHandler(initialEventHandler) /> 86 86 <cfelseif find("&", urlDecode(initialEventHandlerName) ) GT 0 AND unwindAndForward(urlDecode(initialEventHandlerName), arguments.eventContext) IS true> 87 87 <!--- unwindAndForward will never return true. It will redirect before it returns anything. If it can not redirect, then this branch will fail and the other branches will evaluate ---> 88 <cfelseif structKeyExists(modelglue.eventHandlers,modelglue.configuration.missingEvent)>88 <cfelseif modelglue.hasEventHandler(modelglue.configuration.missingEvent)> 89 89 <cfset arguments.eventContext.setValue("missingEvent", initialEventHandlerName) /> 90 <cfset arguments.eventContext.addEventHandler(modelglue. eventHandlers[modelglue.configuration.missingEvent]) />90 <cfset arguments.eventContext.addEventHandler(modelglue.getEventHandler(modelglue.configuration.missingEvent)) /> 91 91 <cfelse> 92 92 <cfthrow message="Model-Glue: There is no known event handler for ""#initialEventHandlerName#""." /> 93 93 </cfif>
![(please configure the [header_logo] section in trac.ini)](/ModelGlue.com/trac.cgi/chrome/site/your_project_logo.png)