File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -14,7 +14,9 @@ class ItemInterceptor {
1414 ' upload' ,
1515 ' deleteImage' ,
1616 ' delete' ,
17- ' updateStatusAjax' ]) {
17+ ' updateStatusAjax' ,
18+ ' updateActiveAjax'
19+ ]) {
1820 def itemId = params. long (' itemId' )
1921 def item = Item . get(itemId)
2022 def currUser = springSecurityService. currentUser
Original file line number Diff line number Diff line change 2525 <h4 >Protocols</h4 >
2626 <ol >
2727 <g:each in =" ${ protocolGroup. protocols } " var =" p" >
28- <li ><span class =" property-value" aria-labelledby =" protocols-label" ><g:link controller =" protocolAdmin " action =" show" id =" ${ p. id } " >${ p? . encodeAsHTML() } </g:link ></span ></li >
28+ <li ><span class =" property-value" aria-labelledby =" protocols-label" ><g:link controller =" protocol " action =" show" id =" ${ p. id } " >${ p? . encodeAsHTML() } </g:link ></span ></li >
2929 </g:each >
3030 </ol >
3131 </g:if >
Original file line number Diff line number Diff line change 2727 <h4 >Protocols</h4 >
2828 <ol >
2929 <g:each in =" ${ protocolGroupInstance. protocols } " var =" p" >
30- <li ><span class =" property-value" aria-labelledby =" protocols-label" ><g:link controller =" protocolAdmin " action =" show" id =" ${ p. id } " >${ p? . encodeAsHTML() } </g:link ></span ></li >
30+ <li ><span class =" property-value" aria-labelledby =" protocols-label" ><g:link controller =" protocol " action =" show" id =" ${ p. id } " >${ p? . encodeAsHTML() } </g:link ></span ></li >
3131 </g:each >
3232 </ol >
3333 </g:if >
Original file line number Diff line number Diff line change 88 <div class =" alert alert-danger" >${ flash. message } </div >
99 </g:if >
1010 <g:form controller =" user" action =" sendResetPasswordEmail" >
11- <p >Please enter your username and we will email you the link to reset your password. </p >
11+ <p >Please enter your email and we will email you the link to reset your password. </p >
1212 <label >Email</label >
1313 <input name =" email" >
1414 <g:submitButton name =" submit" value =" Submit" class =" btn btn-primary" ></g:submitButton >
You can’t perform that action at this time.
0 commit comments