Swank Wiki
Recently Visited

Swank v0.04.04

Type: bug
Description: inheritance bug
Status: New
Priority: 3
Assigned:

Notes

create a /dir page which displays a list retrieved from $self->getlist.

create a /dir/sub page which overrides getlist.

/dir/sub shows the list from /dir.getlist instead of /dir/sub.getlist, apparently because of the line in Swank::Page::html which does $self->wrap(next=>$self->{swank_type});  next calls /dir.wiki instead of /dir/sub.wiki and loses the sense of self being /dir/sub