Zwischenstand
This commit is contained in:
@@ -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());
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
@@ -48,6 +48,7 @@ class BookmarkRepository extends Repository
|
||||
$this->remove($obj);
|
||||
}
|
||||
|
||||
$this->persistenceManager->persistAll();
|
||||
}
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user