Update tags app views tag_delete, single_document_multiple_tag_remove, and multiple_documents_selection_tag_remove to work with the new way filter_by_access works. Add tags app views tests.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
from __future__ import unicode_literals
|
||||
|
||||
TEST_TAG_LABEL = 'test tag'
|
||||
TEST_TAG_LABEL_ALTERNATE = 'test tag alternate'
|
||||
TEST_TAG_LABEL = 'test-tag'
|
||||
TEST_TAG_LABEL_EDITED = 'test-tag-edited'
|
||||
TEST_TAG_COLOR = '#001122'
|
||||
TEST_TAG_COLOR_ALTERNATE = '#221100'
|
||||
TEST_TAG_COLOR_EDITED = '#221100'
|
||||
|
||||
Reference in New Issue
Block a user