[TYPO3-german] TYPO3 7.7 - Extbase -> add() funktioniert nur 1x

2016-06-24 Diskussionsfäden M S

Hallo zusammen,

bräuchte kurz Eure Hilfe. Ich versuche in einer einfachen Extension ein paar 
Werte abzuspeichern. Erstellt wurde die Extension via Extension Builder.

Betroffene Actions:

/**
 * action new
 *
 * @param \Vendor\Extname\Domain\Model\Contract $contract
 */
public function newAction(\Vendor\Extname\Domain\Model\Contract 
$contract = NULL)
{
$this->view->assign('contract',$contract);
}

/**
 * action create
 *
 * @param \Vendor\Extname\Domain\Model\Contract $contract
 */
public function createAction(\Vendor\Extname\Domain\Model\Contract 
$contract)
{
$this->contractRepository->add($contract);
$this->redirect('list');
}

Das ganze funktioniert genau 1x nachdem ich den Cache geleert habe. Danach 
passiert, außer dem Redirect, nichts mehr. Gleiches übrigens auch bei 
edit/update.

Bei Delete und List gibt es übrigens keine Probleme.

LG,
 mickyy

--
Kind regards,
Michael

forum.typo3.org/index.php?t=tree&th=208338 direct_mail
forum.typo3.org/index.php?t=tree&th=210808 powermail
forum.typo3.org/index.php?t=tree&th=212804 Core
forum.typo3.org/index.php?t=tree&th=213115 clickenlarge
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german

[TYPO3-german] Re: Extension ins TER hochladen

2016-06-24 Diskussionsfäden Alex Kellner

Cache ist eine Bitch :p
--
TYPO3 separates the men from the boys :D
TYPO3-Training from in2code.de
___
TYPO3-german mailing list
TYPO3-german@lists.typo3.org
http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-german