Block Transformers: distinguish between READ and WRITE versions

TNL-6522
This commit is contained in:
Nimisha Asthagiri
2017-02-11 11:47:51 -05:00
parent 85ff8a62a2
commit 71cce9bb73
25 changed files with 155 additions and 71 deletions

View File

@@ -19,7 +19,8 @@ class SplitTestTransformer(FilteringTransformerMixin, BlockStructureTransformer)
to actually enforce the access using the 'user_partitions' and
'group_access' fields.
"""
VERSION = 1
WRITE_VERSION = 1
READ_VERSION = 1
@classmethod
def name(cls):