Skip to content

Find a way to populate ColabSearchForm #6

Description

@chaws

in colab/search/forms.py there's the following content:
list = forms.MultipleChoiceField(
required=False,
label=_(u'Mailinglist'),
choices=[('TODO', 'TODO')]

choices=[(v, v) for v in MailingList.objects.values_list(

'name', flat=True)]

)
Let's try to find a way to do it using plugin instead

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions