Remove TODO remarks
Converted to entries in the ticket system. Signed-off-by: Roberto Rosario <roberto.rosario@mayan-edms.com>
This commit is contained in:
@@ -124,7 +124,6 @@ class DetailForm(forms.ModelForm):
|
||||
field_object, 'help_text', None
|
||||
)
|
||||
|
||||
# TODO: Add others result types <=> Field types
|
||||
if isinstance(result, models.query.QuerySet):
|
||||
self.fields[field] = forms.ModelMultipleChoiceField(
|
||||
queryset=result, label=label
|
||||
|
||||
Reference in New Issue
Block a user