datatracker icon indicating copy to clipboard operation
datatracker copied to clipboard

Interim request page JS broken, only requests first session of a "series"

Open jennifer-richards opened this issue 2 years ago • 1 comments

Describe the issue

The interim request page (/meeting/interim/request) does not work correctly when "Series" is selected. Additional sessions can be added to the page, but only the first is included in the request. There is no error reported.

It appears that the data in the second and later sessions are included in the request, but the format is incorrect. Values for the "-1" fields in the formset are present, but are arrays instead of individual values. E.g., "2023-06-18" seems to be sent as ["2023-06-18", ""] and similar for other fields. This is evidently ignored by the back end.

Additionally, the calendar selection widget does not show up for the date fields except in the first session. Values must be typed in manually.

Code of Conduct

jennifer-richards avatar May 10 '23 14:05 jennifer-richards

It might be wise to disable the "series" feature, until a fix can be deployed.

OR13 avatar May 06 '24 19:05 OR13