Projekt

Obecné

Profil

« Předchozí | Další » 

Revize 06d4f041

Přidáno uživatelem Jan Šedivý před více než 5 roky(ů)

Re #7336 Validace sorteru ve formuláři

Zobrazit rozdíly:

app/AdminModule/presenters/SurfacePresenter.php
47 47

  
48 48
    public function actionEditType(int $id)
49 49
    {
50
        if(!$this->surfaceTypeRepository->findRow($id))
51
        {
52
            $this->flashMessage('Surface type was not found.', EFlashMessage::ERROR);
53
            $this->redirect('Surface:');
54
        }
55

  
50 56
        $this->typeId = $id;
51 57
        $this->template->id = $id;
52 58
    }

Také k dispozici: Unified diff