Skip to content

Admin project handlers setting wrong action attribute to forms #29

@Jurj-Bogdan

Description

@Jurj-Bogdan

Bug Report

Q A
Version(s) 1.0.x

Summary

In Admin projects, the handlers use the old uri format when assigning the action to forms.

Current behavior

// GetCreateBookFormHandler

$this->createBookForm
    ->setAttribute('action', $this->router->generateUri('book::book-create'));

Expected behavior

// GetCreateBookFormHandler

$this->createBookForm
    ->setAttribute('action', $this->router->generateUri('book::create-book'));

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions