Persist checkbox value after navigating away from oversight screen
This commit is contained in:
@@ -81,6 +81,10 @@ class ShowTaskOrderWorkflow:
|
||||
elif self._section["section"] == "oversight":
|
||||
if self.user.dod_id == self.task_order.cor_dod_id:
|
||||
self._form.am_cor.data = True
|
||||
if self.task_order.ko_dod_id:
|
||||
self._form.ko_invite.data = True
|
||||
if self.task_order.so_dod_id:
|
||||
self._form.so_invite.data = True
|
||||
|
||||
else:
|
||||
self._form = self._section[form_type]()
|
||||
|
Reference in New Issue
Block a user