feat: allow updating recurring task assignee
This commit is contained in:
@@ -66,6 +66,7 @@ class TaskForm(FlaskForm):
|
||||
validators=[DataRequired()],
|
||||
)
|
||||
active = BooleanField("Vorlage aktiv", default=True)
|
||||
apply_assignment_to_template = BooleanField("Für Wiederholungen übernehmen")
|
||||
submit = SubmitField("Speichern")
|
||||
|
||||
def validate(self, extra_validators=None):
|
||||
|
||||
Reference in New Issue
Block a user