src/main/kotlin/de/uapcore/lightpit/servlet/ProjectServlet.kt

changeset 328
86aea0a1bd1f
parent 311
bf67e0ff7131
child 330
aa16d9a48515
equal deleted inserted replaced
327:a7ce68f531c0 328:86aea0a1bd1f
400 processIssueForm(issue, reference, http, dao) 400 processIssueForm(issue, reference, http, dao)
401 issue.id 401 issue.id
402 } 402 }
403 403
404 if (http.param("more") != null) { 404 if (http.param("more") != null) {
405 http.request.setAttribute("more", true)
405 http.renderCommit("${issuesHref}-/create") 406 http.renderCommit("${issuesHref}-/create")
406 } else if (http.param("save") != null) { 407 } else if (http.param("save") != null) {
407 http.renderCommit("${issuesHref}${openId}") 408 http.renderCommit("${issuesHref}${openId}")
408 } else { 409 } else {
409 http.renderCommit(issuesHref) 410 http.renderCommit(issuesHref)

mercurial