matrei commented on code in PR #1144:
URL: 
https://github.com/apache/grails-spring-security/pull/1144#discussion_r2221385719


##########
plugin-ui/plugin/build.gradle:
##########
@@ -45,7 +45,7 @@ dependencies {
     implementation 'org.apache.grails:grails-controllers'
     implementation 'org.apache.grails:grails-converters'
     implementation 'org.apache.grails:grails-gsp'
-    implementation "org.apache.grails.views:grails-layout:$grailsVersion"
+    implementation 'org.apache.grails.views:grails-layout'

Review Comment:
   OK, it seems this has changed again after M5: 
apache/grails-core@cdbb4df7b2c635c69d4d3c403197ec6c390f8b19?
   So either way, `grails-layout` this needs to be added back (in the 
`org.apache.grails` group) for the next release, right?
   



##########
plugin-ui/examples/extended/grails-app/views/layouts/register.gsp:
##########
@@ -19,7 +19,6 @@
 <!doctype html>
 <html class="no-js" lang="">
 <head>
-        <title><g:layoutTitle/></title>

Review Comment:
   I'm not sure. I only know this was added so that titles worked with Sitemesh 
3: cf474349091ec32d49fa50dc230972e7d10631c9



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to