Commit ba430f3
committed
fix: remove @OverRide from ProductController.index to avoid inherited max param
The parent RestfulController.index(Integer max) parameter is invisible in
Groovy 5 controller actions. Drop @OverRide so the method signature no
longer carries the unusable parameter from the parent.
Also add debug output to ScaffoldingSpec to diagnose Forge failures.
Assisted-by: Claude Code <Claude@Claude.ai>1 parent d2441fb commit ba430f3
1 file changed
Lines changed: 1 addition & 2 deletions
File tree
- grails-test-examples/views-functional-tests/grails-app/controllers/functional/tests
Lines changed: 1 addition & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
| 37 | + | |
39 | 38 | | |
40 | 39 | | |
41 | 40 | | |
| |||
0 commit comments