Commit 3310d2fc by Diana Huang

More hacks.

parent d512e876
......@@ -64,7 +64,7 @@ class StartDateTransformer(FilteringTransformerMixin, BlockStructureTransformer)
merged_field_name=cls.MERGED_START_DATE,
default_date=DEFAULT_START_DATE,
func_merge_parents=min,
func_merge_ancestors=max,
func_merge_ancestors=lambda x, y: y,
)
def transform_block_filters(self, usage_info, block_structure):
......
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