Skip to content

Commit

Permalink
fix: Set has_onsite_tool correctly in no_session() view (#5879)
Browse files Browse the repository at this point in the history
This will prevent a session that was changed from "notmeet" to
 being scheduled from having its has_onsite_tool flag left as False
  • Loading branch information
jennifer-richards authored Jun 26, 2023
1 parent 98bf7af commit 1db267d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions ietf/secr/sreq/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -730,6 +730,7 @@ def no_session(request, acronym):
requested_duration=datetime.timedelta(0),
type_id='regular',
purpose_id='regular',
has_onsite_tool=group.features.acts_like_wg,
)
SchedulingEvent.objects.create(
session=session,
Expand Down

0 comments on commit 1db267d

Please sign in to comment.