mirror of
https://github.com/GCMatters/hermes.git
synced 2026-02-04 05:30:13 +01:00
feat: user page with volunteerskills picking support
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user