NIAEFEUP / nijobs-fe

[FRONTEND] A platform for companies to advertise their job opportunities to students
GNU General Public License v3.0
23 stars 3 forks source link

Query filtering hotfix #276

Closed Naapperas closed 1 year ago

Naapperas commented 1 year ago

Corrected the query parameters' filtering. Previously it allowed to trigger an auto-submit using internal offerSearch fields (like error or offers)

BrunoRosendo commented 1 year ago

@Naapperas Is it possible to write some kind of test for this? So we guarantee it never happens again

Naapperas commented 1 year ago

@Naapperas Is it possible to write some kind of test for this? So we guarantee it never happens again

Yes it is. I already wrote some tests to verify that the auto-submit feature worked as expected so it's just a matter of extending those.