- Common library was removed one way or another

- Processor Catalog now required
This commit is contained in:
Josako
2025-05-08 15:47:39 +02:00
parent 4c480c9baa
commit a421977918
4 changed files with 9 additions and 2 deletions

View File

@@ -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)