falling
01/13/2025, 8:34 PMultilink3
01/13/2025, 8:35 PMfalling
01/13/2025, 8:49 PMultilink3
01/13/2025, 9:00 PM.gsp files to my project which allow me to override the view content. I am asking how to override the view itself, not just the content. For example, when the UserController#edit action is accessed it renders the content from /view/user/edit.gsp I need it render the content of /view/inertia/json.gson . So far the only solution seems to be just re-writing the whole security-ui plugin and manually changing all render methods to use renderInertia, or instead or returning a raw model from the controller I again need to call renderInertia manually.falling
01/13/2025, 9:05 PMfalling
01/13/2025, 9:05 PMfalling
01/13/2025, 9:05 PMultilink3
01/13/2025, 9:08 PMfalling
01/13/2025, 9:09 PMfalling
01/13/2025, 9:10 PMultilink3
01/13/2025, 9:13 PMit sounds like you need to change logic tho? — how it renders is not part of controller scope?
ultilink3
01/13/2025, 9:14 PMfalling
01/13/2025, 9:15 PMultilink3
01/13/2025, 9:32 PM