https://bugzilla.wikimedia.org/show_bug.cgi?id=55568
--- Comment #5 from Andrew Green <[email protected]> --- Reproduced successfully, in a fresh MediaWiki-Vagrant install with the education role enabled, like so: - Add an institution. - Create a course for that institution. - Go back to the page of the institution. - Create a second course with a different term. - Once the second course has been created, click on the edit tab. - Try to change the term to the same value as the term for the first course. And... voilĂ ! Your term does not change correctly! Conclusions so far: - This is not a DB bug, but a JS bug: when it occurs, the term value is incorrect in the HTTP post sent to the server. - It manifests itself when the new value for the term *is* among the values mentioned by the <option> children of the <select> element for setting the term. (Thanks, Sage, for the tip leading to this.) -- You are receiving this mail because: You are the assignee for the bug. You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
