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:
Roberto Rosario
2015-10-22 03:09:44 -04:00
parent 73abe297ee
commit 1eb2190f86

View File

@@ -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'