Skip to content

Commit

Permalink
switch reference to created_date to date_applied
Browse files Browse the repository at this point in the history
  • Loading branch information
richard-jones committed Nov 23, 2023
1 parent 66b6545 commit 03a86ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion portality/bll/services/todo.py
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ def lmu_older_than(cls, weeks):
def cd_older_than(cls, weeks):
return {
"range": {
"created_date": {
"admin.date_applied": {
"lte": "now-" + str(weeks) + "w"
}
}
Expand Down

0 comments on commit 03a86ef

Please sign in to comment.