editproj.cgi: suppress "operation aborted" for "view all"
commit6522cd73acc1426772d00eb0a71dff4842d116b7
authorKyle J. McKay <mackyle@gmail.com>
Mon, 15 Feb 2021 11:09:28 +0000 (15 04:09 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Mon, 15 Feb 2021 11:09:28 +0000 (15 04:09 -0700)
tree139194cf4bf6dd29ead205158061e7c64c6e06d7
parentb8919ec56d3568fe946957a40301903db99272dc
editproj.cgi: suppress "operation aborted" for "view all"

On a "view all" operation there's nothing to abort -- either
the password matched or it didn't, but nothing else happens.

Suppress the misleading and alarming "operation aborted"
message that would otherwise occur on a "View All" if there
were any issues detected.  The issues will still show, just
not the ugly "operation aborted" -- but it's still there
for failure of an "Update" operation.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
cgi/editproj.cgi