MantisBT: master 19c494a7

Author Committer Branch Timestamp Parent
dregad dregad master 2014-07-26 14:24 master d80525a8
Affected Issues  0017489: Switching project requires a click on Switch button
Changeset

Restore project selector's auto-switch behavior

The regression was caused by adding a div around the project selector
form (commit f28225acbe28cd04b3a94a3793dba4d969aeac7f) with the same id
as the child fieldset, so the jQuery selector in common.js could no
longer find the select or the button.

Assigning a different id to the div resolves the problem.

Fixes 0017489

mod - core/html_api.php Diff File