You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, an affected system that is added to a finding but not given a name is added as a NoneType object. This causes an error on the Report screen and while trying to access the corresponding Affected System object within the Admin portal.
Expected Behavior
RE should not create an AffectedSystem object unless it is given a name. Error handling on the Report screen and throughout the app should include resilience to NoneType objects so that the app continues to function normally.
Steps to Reproduce
Add a Finding
On the Create Finding screen, fill in required fields
On the Create Finding screen, add an Affected System but do not modify any of the Affected System fields (leave it blank)
Save the finding
Navigate to the Report screen and/or to the null AffectedSystem object (should be labelled with a - symbol)
View the error in the GUI or logs
The text was updated successfully, but these errors were encountered:
Current Behavior
Currently, an affected system that is added to a finding but not given a name is added as a
NoneType
object. This causes an error on the Report screen and while trying to access the corresponding Affected System object within the Admin portal.Expected Behavior
RE should not create an
AffectedSystem
object unless it is given a name. Error handling on the Report screen and throughout the app should include resilience toNoneType
objects so that the app continues to function normally.Steps to Reproduce
-
symbol)The text was updated successfully, but these errors were encountered: