Commit 524d9bf4 by Bessie Steinberg Committed by Bill Filler

REMOVE TODO

parent 2839c880
......@@ -62,7 +62,7 @@ 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()] #TODO: what is a universal filter and what is a removal filter??
return [block_structure.create_universal_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