30 min enforcement of session end date in Portal

Hey, I’m testing time related stuff and I’ve found that when creating a new session there’s always a 30 minute time gap for the end session date.

I’ve looked the code in this file /workspace/apps/portal/src/frontend/src/modules/sessions/pages/SessionConfigurationFields.svelte and imports of it, but I can’t understand where does the enforcement come from? I’d need to disable it temporarily to conduct my tests without waiting 30 mins.

Thanks for all the help!

Hi Jari,

I believe you are close to the right place. I see that minSubmissionStartDate is calculated using addExtraTime(30, 'minutes'). Have you tried removing this piece?