Changing the version selection to another option and hitting 'Go' simply reloads the default version.

I suspect that using 'edit[rid]' instead of the expected 'edit[project_goto]' is the problem.

Comments

nedjo’s picture

Assigned: Unassigned » nedjo

Confirmed, this is broken.

nedjo’s picture

Well, it's strange, it turns out that the whole project browsing page is being called twice. The first time the $_POST value is correct, but the second time it's been lost. We certainly need to fix this--we've probably got close to double the page rendering time, since we're running everything twice. Anyone know of a recent change that might be causing this double calling? And have there been recent changes to $_POST variable handling?

dries’s picture

Status: Active » Fixed

Fixed it in CVS HEAD.

Anonymous’s picture

Status: Fixed » Closed (fixed)