We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5375950 commit 60e34a4Copy full SHA for 60e34a4
coldfront/core/allocation/forms.py
@@ -308,7 +308,7 @@ class AllocationSearchForm(forms.Form):
308
resource_name = forms.ModelMultipleChoiceField(
309
label='Resource Name',
310
queryset=Resource.objects.filter(
311
- is_allocatable=True).order_by(Lower('name')),
+ is_public=True).order_by(Lower('name')),
312
required=False)
313
allocation_attribute_name = forms.ModelChoiceField(
314
label='Allocation Attribute Name',
0 commit comments