Bug 17941 - FilteringSelectButton und ComboboxButton zusammenfassen
FilteringSelectButton und ComboboxButton zusammenfassen
Status: CLOSED WORKSFORME
Product: UCS
Classification: Unclassified
Component: UMC (Generic)
UCS 2.3
Other Linux
: P5 normal (vote)
: ---
Assigned To: UMC maintainers
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-03-22 11:59 CET by Sönke Schwardt-Krummrich
Modified: 2019-03-20 20:47 CET (History)
3 users (show)

See Also:
What kind of report is it?: ---
What type of bug is this?: ---
Who will be affected by this bug?: ---
How will those affected feel about the bug?: ---
User Pain:
Enterprise Customer affected?:
School Customer affected?:
ISV affected?:
Waiting Support:
Flags outvoted (downgraded) after PO Review:
Ticket number:
Bug group (optional):
Max CVSS v3 score:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sönke Schwardt-Krummrich univentionstaff 2010-03-22 11:59:49 CET
Die beiden UMC-Widgets FilteringSelectButton und ComboboxButton unterscheiden sich im Backend-Code nicht und im Frontend-Code nur um eine Zeile:

selection = question_dojo_comboselect( umcp_part.get_text(), ..... )
vs.
selection = question_dojo_select( umcp_part.get_text(), ..... )

D.h. das ComboboxButton-Widget erlaubt auch die Eingabe eigener Werte. Das sollte bei der Widget-Erzeugung über einen optionalen Parameter auswählbar sein.
Comment 1 Andreas Büsching univentionstaff 2010-03-22 12:07:19 CET
(In reply to comment #0)
> D.h. das ComboboxButton-Widget erlaubt auch die Eingabe eigener Werte. Das
> sollte bei der Widget-Erzeugung über einen optionalen Parameter auswählbar
> sein.

Da der FilteringSelectButton nirgends verwendet wird, kann dieser dann auch eigentlich entfernt werden.
Comment 2 Stefan Gohmann univentionstaff 2013-02-18 07:32:57 CET
Wurde mit UCS überarbeitet.