Zwischenstand

This commit is contained in:
Sven Wappler
2021-08-20 13:47:55 +02:00
parent 508d3d2759
commit bb12a00ef5
3 changed files with 5 additions and 2 deletions

View File

@@ -87,7 +87,9 @@ class BookmarkController extends AbstractController
$user = $this->getCurrentUser();
$this->bookmarkRepository->removeByUserTablenameObjectUid($user['uid'], $tablename, $objectUid);
$this->forward('personalList');
$this->redirectToUri($this->uriBuilder->reset()->buildFrontendUri());
}

View File

@@ -48,6 +48,7 @@ class BookmarkRepository extends Repository
$this->remove($obj);
}
$this->persistenceManager->persistAll();
}