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
Describe the bug
The compliance policy -- compliance_current_outstanding is missing:
"closing_event_display_type"
Thus when trying to execute an error is received referencing that the json is not valid.
In addition can we add an example of creating compliance policies under "examples" within archivist-python repo, with supporting documentation . . . please?
JSON Input Sample for the above. . .
{
"compliance_type": "COMPLIANCE_CURRENT_OUTSTANDING",
"description": "You have to play with Simone",
"display_name": "Outstanding Play Requests",
"asset_filter": [
{ "or": ["attributes.arc_display_type=Blue Pit"]}
],
"event_display_type": "Playing",
"closing_event_display_type": "Played"
Describe the bug
The compliance policy -- compliance_current_outstanding is missing:
"closing_event_display_type"
Thus when trying to execute an error is received referencing that the json is not valid.
In addition can we add an example of creating compliance policies under "examples" within archivist-python repo, with supporting documentation . . . please?
JSON Input Sample for the above. . .
{
"compliance_type": "COMPLIANCE_CURRENT_OUTSTANDING",
"description": "You have to play with Simone",
"display_name": "Outstanding Play Requests",
"asset_filter": [
{ "or": ["attributes.arc_display_type=Blue Pit"]}
],
"event_display_type": "Playing",
"closing_event_display_type": "Played"
Expected behavior
Add "closing_event_display_type"
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: