- Common library was removed one way or another
- Processor Catalog now required
This commit is contained in:
@@ -68,7 +68,7 @@ class ProcessorForm(FlaskForm):
|
||||
query_factory=lambda: Catalog.query.all(),
|
||||
allow_blank=True,
|
||||
get_label='name',
|
||||
validators=[Optional()],
|
||||
validators=[DataRequired()],
|
||||
)
|
||||
|
||||
# Select Field for Catalog Type (Uses the CATALOG_TYPES defined in config)
|
||||
|
||||
Reference in New Issue
Block a user