This makes all eight possible combinations of ways to filter attachments legal:
$ARISA_PURGE_ATTACHMENT // Remove all attachments from the report.
$ARISA_PURGE_ATTACHMENT by Annoying User // Remove all attachments uploaded by "Annoying User" from the report.
$ARISA_PURGE_ATTACHMENT from 10000
$ARISA_PURGE_ATTACHMENT from 10000 by Annoying User
$ARISA_PURGE_ATTACHMENT from 10000 to 20000
$ARISA_PURGE_ATTACHMENT from 10000 to 20000 by Annoying User
$ARISA_PURGE_ATTACHMENT to 20000
$ARISA_PURGE_ATTACHMENT to 20000 by Annoying User
Purpose
Fix #759.
Approach
By changing the syntax of the command from
to
This makes all eight possible combinations of ways to filter attachments legal:
Future work
Checklist
docs
folder