Commit 2839c880 by Bessie Steinberg Committed by Bill Filler

Add TODO

parent 67058ae8
......@@ -61,8 +61,8 @@ class VisibilityTransformer(FilteringTransformerMixin, BlockStructureTransformer
def transform_block_filters(self, usage_info, block_structure):
# Users with staff access bypass the Visibility check.
if usage_info.has_staff_access:
return [block_structure.create_universal_filter()]
if usage_info.has_staff_access:
return [block_structure.create_universal_filter()] #TODO: what is a universal filter and what is a removal filter??
return [
block_structure.create_removal_filter(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment