outbackcdx icon indicating copy to clipboard operation
outbackcdx copied to clipboard

Access rule editor: clearing 'accessed between' fields doesn't work

Open ato opened this issue 3 years ago • 0 comments

If a rule has an accessed between date range filled in, after clearing the fields and pressing save the date is still in the rule.

Workaround:

curl http://localhost:8080/mycollection/access/rules/123 > rule.json edit rule.json and change "accessed" to {} curl -i --data @rule.json http://localhost:8080/mycollection/access/rules

ato avatar May 09 '22 05:05 ato