def all = Issue.list() println "all is ${all}" all.remove(this.id) println "all with ${this.id} removed: ${all}" return all } String toString() {return ...
確定! 回上一頁