Quote:
Originally Posted by dwanthny
This does seem to be a problem in the all in one metadata tab introduced this release.
|
Mea culpa. It is in all variants of edit metadata single. Fixed in trunk, for those of you who run from source.
I broke this when I added 'Manage Authors' to the edit dialogs. The code to build the list was fetching each author, converting the name to a list of author names (containing 1 author), then adding that list of one-author to the pull-down. My change was to avoid the conversion of the individual author to a list, but I forgot to change the adding-list part to add a single name.
I should learn not to make changes on a Friday.