Skip to content

Commit

Permalink
adjustments in T3quotesController / T3quotesControllerTest
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidBruchmann committed Apr 14, 2018
1 parent 3fffbd8 commit 7b2948c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 52 deletions.
2 changes: 2 additions & 0 deletions Classes/Controller/T3quotesController.php
Original file line number Diff line number Diff line change
Expand Up @@ -331,6 +331,8 @@ public function updateAction(\WDB\T3quotes\Domain\Model\T3quotes $t3quote)
$this->t3quotesRepository->update($t3quote);
// $this->redirect('list');
// $this->t3quotesRepository->persistenceManager->persistAll(); TYPO3\CMS\Extbase\Persistence\Generic\PersistenceManager.

$t3quote = $t3quote ? $t3quote : $this->objectManager->get('WDB\T3quotes\Domain\Model\T3quotes');
$this->view->assign('t3quote', $t3quote);
}

Expand Down
52 changes: 0 additions & 52 deletions Tests/Unit/Domain/Model/TtContentTest.php

This file was deleted.

0 comments on commit 7b2948c

Please sign in to comment.