Mitarbeiter:

- Personenobjekt wird anonymisiert
    - Dokumente werden gelöscht

Kalender
    - Termine werden endgültig gelöscht
This commit is contained in:
Lyndon
2018-05-23 12:33:10 +02:00
parent 915d488642
commit 215b826390

View File

@@ -5238,7 +5238,8 @@ namespace BeWo.Service.ServiceImplementations
{
try
{
var appointments2Delete = DAOFactory.SearchDAO.LoadFilteredAppointments(pHasRightToSeeAllEmployeeAppointments, pEmployeeOid, new DateTime(1, 1, 1), pIntervalEnd, pSelectedEmployees, pSelectedCustomers, pSelectedResources, pEmployeesOnly, pCustomersOnly, pResourcesOnly, pPrivateAppointmentsOnly, pOnlyMyAppointments, true);
DAOFactory.GenericDAO.Delete(appointments2Delete);
}
catch(Exception e)
{