Commit adaac97a authored by Roque's avatar Roque

fix milestone date domain

parent c296d19e
......@@ -26,7 +26,7 @@ appendNewTempDomain(
appendNewTempDomain(
id="past",
title="Past",
criterion_dict={criterion_property: {"min": DateTime('2000/01/01 00:00'), "max": now}},
criterion_dict={criterion_property: {"min": DateTime('1000/01/01 00:00'), "max": now}},
)
return domain_list
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