Skip to content
Snippets Groups Projects
Unverified Commit 880fd744 authored by yashodha's avatar yashodha Committed by GitHub
Browse files

Merge pull request #14445 from demeritcowboy/deletedActivitiesSearchFilter

#1022 - Manage Case deleted activities search filter no longer working
parents fa5e0fda 43f790f3
No related branches found
No related tags found
No related merge requests found
......@@ -99,7 +99,7 @@
d.activity_type_id = $("select#activity_type_filter_id_" + caseId).val(),
d.activity_date_low = $("#activity_date_low_" + caseId).val(),
d.activity_date_high = $("#activity_date_high_" + caseId).val(),
d.activity_deleted = ($("#activity_deleted_1").prop('checked')) ? 1 : 0;
d.activity_deleted = ($("#activity_deleted_" + caseId).prop('checked')) ? 1 : 0;
}
}
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment