Jump to content

Edit History

NewDevOnPrest

NewDevOnPrest

Thanks for your help knacky,
I followed the doc. I just forgot to target the controller.

My module

class Gaston extends Module
{    
    public function __construct()
    {
        $this->tabs = [   
                'name' => 'Gaston',
                'class_name' => 'Gaston',
                'visible' => true      
        ];
            
        $this->name = 'Gaston';
//...
}

My Controller

class GastonController extends FrameworkBundleAdminController
{
//...
}

 

NewDevOnPrest

NewDevOnPrest

Thanks for your help knacly,
I followed the doc. I just forgot to target the controller.

My module

class Gaston extends Module
{    
    public function __construct()
    {
        $this->tabs = [   
                'name' => 'Gaston',
                'class_name' => 'Gaston',
                'visible' => true      
        ];
            
        $this->name = 'Gaston';
//...
}

My Controller

class GastonController extends FrameworkBundleAdminController
{
//...
}

 

×
×
  • Create New...