Add view all|company|personal to print devices (#1254)

* Add view all|company|personal to print devices

Update documentation

* sync devices cleanup

* Update sync devices documentation

* Cleanup;

The advantage here is that they will be no filter errors unless you specify a particular view and a filter that doesn't match

* Simplify selection of devices to print

Default - all
Positve choices
Negative choices - backwards compatible
This commit is contained in:
Ross Scroggs
2020-09-29 11:47:06 -07:00
committed by GitHub
parent dc90fb9c94
commit 5e38137916
3 changed files with 29 additions and 25 deletions

View File

@ -1359,6 +1359,7 @@ GC_VAR_INFO = {
# Google API constants
NEVER_TIME = '1970-01-01T00:00:00.000Z'
NEVER_TIME_NOMS = '1970-01-01T00:00:00Z'
ROLE_MANAGER = 'MANAGER'
ROLE_MEMBER = 'MEMBER'
ROLE_OWNER = 'OWNER'