feat: user page with volunteerskills picking support

This commit is contained in:
2025-06-02 06:50:21 +02:00
parent 9de5c85120
commit ae0fab301a
11 changed files with 522 additions and 31 deletions

View File

@@ -201,10 +201,10 @@ namespace WebApp.Endpoints
// Uwaga! Zanim to zrobisz, sprawdź, czy użytkownik
// jest twórcą danego wydarzenia! Jeżeli nim nie jest,
// wyzeruj EventRegistrations!
if (org is null || e.OrganisationId != org.OrganisationId)
{
e.EventRegistrations.Clear();
}
//if (org is null || e.OrganisationId != org.OrganisationId)
//{
// e.EventRegistrations.Clear();
//}
if (matchFound) SearchResults.Add(e);
}