You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ups, that wasn't my latest version.
I think its the easiest way to always set the instVar if caching is disabled.
routes
"Answer a collection of routes for the receiver."
^self shouldCacheRoutes
ifFalse: [ routes := self createRoutes ]
ifTrue: [ routes ifNil: [ routes := self createRoutes ] ]
http://lists.squeakfoundation.org/pipermail/seaside-dev/2014-April/005846.html
Make sure any patches are applied both to WARestfulHandler and WARestfulFilter
Original issue reported on code.google.com by [email protected] on 7 Apr 2014 at 11:12