Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make super class RestfulController support generic for scaffolded Controller #2

Closed
rainboyan opened this issue Sep 3, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@rainboyan
Copy link
Member

When setting the scaffold property in the Controller to a specific domain class,

But the compiled class BookController extends RestfulController, not the generic RestfulController<Book>.

class BookController {

    static scaffold = Book

}
@rainboyan rainboyan added the enhancement New feature or request label Sep 3, 2024
@rainboyan rainboyan added this to the 6.1.x milestone Sep 3, 2024
@rainboyan rainboyan self-assigned this Sep 3, 2024
@rainboyan rainboyan modified the milestones: 6.1.x, 7.0.x Sep 11, 2024
@rainboyan rainboyan modified the milestones: 7.0.x, 6.1.0 Sep 14, 2024
@rainboyan rainboyan modified the milestones: 6.1.0, 6.1.0-M1 Sep 30, 2024
@rainboyan rainboyan changed the title Make super class RestfulController support generic Make super class RestfulController support generic for scaffolded Controller Sep 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant