univention.management.console.modules.printers package#
- class univention.management.console.modules.printers.Instance(*args, **kwargs)[source]#
Bases:
Base- list_users(request, *args, **kwargs)[source]#
convenience function for the username entry. Lists all user names. We don’t return this as an array of {id, label} tuples because:
id and label are always the same here
at the frontend, we must do some postprocessing, and an array is easier to handle.
the ComboBox is able to handle a plain array.