Code review comment for lp:~salgado/launchpad/bug-462923

Revision history for this message
Guilherme Salgado (salgado) wrote :

Actually, I just realized the AuthToken views don't have this problem because they don't have a 'Cancel' @action, even though their parent classes do.

That happens because the AuthToken views define a custom 'Continue' @action, and thanks to the way @action behaves, the class gets a new set of actions containing just that custom one. (I think I've encountered a similar problem in the past and might even have filed a bug; I'll see if I can find it)

« Back to merge proposal