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

Antwort per Email an