Marcus Christie created AIRAVATA-3644:
-----------------------------------------
Summary: Error creating notification: Error:
{"showInDashboard":["This field may not be null."]}
Key: AIRAVATA-3644
URL: https://issues.apache.org/jira/browse/AIRAVATA-3644
Project: Airavata
Issue Type: Bug
Components: Django Portal
Reporter: Marcus Christie
Assignee: Marcus Christie
h3. Steps to reproduce
1. Create a notice with title, message, publish date, expiration date and
priority.
2. Don't do anything with the Show in Dashboard checkbox.
3. Click Save
h3. Actual result
Error
{code}
Error: {"showInDashboard":["This field may not be null."]}
{code}
Looks like the showInDashboard field is never initialized if the checkbox is
never toggled. It should default to false.
h3. Expected result
Notice should be saved like normal.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)