|
Yeah, in _merge_cancel in Role::Merge it redirects to $c->req->referer || $c->uri_for('/'). What should this redirect to instead? Presuming ocharles responds to my comments on the codereview, this should end up in the 09-03 release. ocharles has not reached a decision on them Moving to the next release as we're in freeze now. |
||||||||||||||||||||||||||||||||||||||||||||||||||
More info: this is in the "before '_merge_confirm'" block of Controller::Recording, when it tries to
$c->model('ISRC')->load_for_recordings(@recordings);@{ $c->stash->{to_merge} };More investigation later, perhaps.