Skip to content

Commit

Permalink
Make query type required
Browse files Browse the repository at this point in the history
  • Loading branch information
ramonski committed Jun 10, 2022
1 parent 6fde9d0 commit 60a9fe3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/senaite/databox/behaviors/databox.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ class IDataBoxBehavior(model.Schema):
title=_(u"Query Type"),
description=_(u"The type to query"),
source="senaite.databox.vocabularies.query_types",
required=False,
required=True,
)

# directives.widget("columns", multiFieldWidgetFactory, klass=u"datagrid")
Expand Down

0 comments on commit 60a9fe3

Please sign in to comment.