Details
Description
Should be nice to have the chance to customize the view rendered by an end state in a web flow.
Actually the following code doesn't work, the standard view is rendered.
def searchObjectFlow = {
selectObject {
on("search"){
//SEARCH
}.to "selectObject"
on("select") {
// SELECT
}.to "showObject"
}
showObject {
render(view: "/shared/objects/showObject") // <<<<< This is ignored
}
}
Activity
- All
- Comments
- Work Log
- History
- Activity
- Git Commits