Changing what is shown in the My Projects Dashlet?

Could someone let me know how I would go about changing what is shown in the My Projects dashlet?

Specifically, I don’t want to see any of the “Completed” projects.

I don’t seem to be able to select only “In Progress” and I can’t get the sort to work so I only see “In Progress” projects.

How would I go about changing this?

Hi,

DashletGeneric class has buildWhere function. Dashlet class of module extends it.
You can modify query there.

Have a look at -
modules\ProjectTask\Dashlets\MyProjectTaskDashlet\MyProjectTaskDashlet.php

Regards,
Alpesh