code4moldova / voluntar-web

Connecting volunteers with people in need COVID 19
https://dev.voluntar.md
Mozilla Public License 2.0
9 stars 10 forks source link

Send ISO date for demands list search filter #225

Closed iamandrewluca closed 3 years ago

iamandrewluca commented 3 years ago

Right now in src/app/admin/demands/demands-list/demands-list.component.ts:133 searchSubmit function we send full date with toGMTString.

Backend was changed to receive the date in ISO format. Need to change toGMTString to .toISOString()

Please test if everything is working fine.