commit | 1d0673b5f4e46fa147941a4d5b6845a8e08ae8c5 | [log] [tgz] |
---|---|---|
author | Bruce Zu <bruce.zu@sonymobile.com> | Tue Sep 24 18:17:41 2013 +0800 |
committer | Bruce Zu <bruce.zu@sonymobile.com> | Mon Sep 30 09:40:28 2013 +0000 |
tree | 1edfe3df658800c2810a890a85f201608a26bff1 | |
parent | b78d04e534dbc93975e0ce2d955f9c4f36e56c93 [diff] |
Fix: Duplicate options of permitted_labels. For a given LABEL, e.g. named Qualified, When the SubmitRecord.Label value is like 'NOT_READY[Qualified: OK, Code-Review: NEED, Qualified: MAY]' the Qualified options will show duplicated options on WebUI. Reason: ListMultimap is used to keep permitted_labels and its values. Fixed by replacing ListMultimap by SetMultimap. Please note this change only affects permitted_labels. Change-Id: I8c9683474650233cd131236e78281e67967c2a12