Skip to content

[NFR][1.3.0] Multimodule dispatching problem #1658

Closed
@lantian

Description

When I use in module 'Pesite':

$this->dispatcher->forward(
    [
        'module'     => 'Core',
        'namespace'  => 'Core\Controller',
        'controller' => 'Error',
        'action'     => 'show404'
    ]
);

I've an error:

[ERROR] View not found - ".../app/modules/Pesite/View/Error/show404.volt"

It's tries to pick view from current module...

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions