Mandatory Fields not accessible Bug of v3.3.7

Hello,

I’d like to report a bug that we’ve noticed with Indico version of 3.3.7 When creating a meeting or conference, the required fields for the start and end date do not appear, and I get an error message of 422 when browsing.

These two fields are highlighted below in this photo:

Some more info: We initially thought the problem was on our side, so we tried to down grade the version to 3.3.5 and 3.3.6 in a Dockerized manner to see if we get the same behavior. But it behaved normally. We therefore believe the problem lies with the version 3.3.7 package that we retrieve from the Python repository.

Since you use Docker, it sound like you’re using an older version of the indico-containers repo where you do not have this fix: Explicitly copy static files to the `static-files` volume at start up by tomasr8 · Pull Request #75 · indico/indico-containers · GitHub

1 Like

Thank you so much for your answer, we were not aware of this update, we have implemented your suggestion and it is working well!

1 Like