Esempio n. 1
0
 public function nextPath()
 {
     if ($this->getRequest()->isMutation()) {
         return '../Review';
     }
     return parent::nextPath();
 }
Esempio n. 2
0
 public function nextPath()
 {
     return $this->getRequest()->isMutation() ? 'Index' : parent::nextPath();
 }