Swank Wiki
Recently Visited

Swank v0.04.04

Type: bug
Description: changing swank_type does not update $page->meta->parent
Status: New
Priority: 3
Assigned:

Notes

The classless parent does not get updated until the cache is refreshed from disk.  This is the next request in a cgi-based system, but faster systems with persistent memory will have problems.

This probably needs to be resolved by adding a reparent() method to Swank::Page, which should be called automatically if swank_type is updated by a form submission, or can be called manually for updates done in code.