datatracker
                                
                                 datatracker copied to clipboard
                                
                                    datatracker copied to clipboard
                            
                            
                            
                        Interim request page JS broken, only requests first session of a "series"
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
- [X] I agree to follow the IETF's Code of Conduct
It might be wise to disable the "series" feature, until a fix can be deployed.