You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Schedule configuration flags have various constraints which must be checked. These constraints are check when the schedule configuration is updated (PATCH /schedule/{schedule_id}) but not when the schedule is created from scratch (POST /schedule).
This has almost zero impact on farm.openzim.org since the UI does not allows to create schedules from scratch but it has a very significant one on youzim.it where the UI is always creating schedules from scratch (and most probably, same issue impact WP1, but I'm less familiar with it).
Problem
Schedule configuration flags have various constraints which must be checked. These constraints are check when the schedule configuration is updated (
PATCH /schedule/{schedule_id}
) but not when the schedule is created from scratch (POST /schedule
).This has almost zero impact on farm.openzim.org since the UI does not allows to create schedules from scratch but it has a very significant one on youzim.it where the UI is always creating schedules from scratch (and most probably, same issue impact WP1, but I'm less familiar with it).
Once fixed, this will solve (first part of) openzim/zimit-frontend#40
Reproducing steps
Create (not clone and patch) a new schedule with a very long description (longer than 80 chars). It will succeed while it should fails.
The text was updated successfully, but these errors were encountered: