[Seaside-dev] Issue 113 in seaside: ToolDecoration doesn't work on an authenticated application

codesite-noreply at google.com codesite-noreply at google.com
Thu Sep 11 12:46:08 UTC 2008


Issue 113: ToolDecoration doesn't work on an authenticated application
http://code.google.com/p/seaside/issues/detail?id=113

Comment #3 by jfitzell:
I'm not sure...

WAToolDecoration>>plugins still seems to assume that #owner returns the  
owning
component (it passes it as the target to all the plugins that are created).
WADeprecationPlugin>>execute (as one example) calls "self target confirm:",  
which
wouldn't work if the target was another Decoration instead of the component.

If the ToolDecoration actually depends on knowing the component instead of  
the next
presenter in the decoration chain, then a method needs to be added to find  
that.

And #owner is a bit of a confusing name on Decorations to begin with... is  
it just
for backwards compatibility? Might be nice to have a more accurate method  
name (#next
?) and deprecate #owner, if so.



-- 
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings


More information about the seaside-dev mailing list