grails / grails-forge

This is Grails project creator. Grails projects may be created using the browser interface, Command Line, or via CURL.
Apache License 2.0
3 stars 8 forks source link

Grails App Profile info is output in starter templates even though App Profiles where removed in Grails 6 #288

Closed matrei closed 7 months ago

matrei commented 7 months ago

Description

Even though the concept of Grails Application Profiles where removed in Grails 6, the starter templates still output information regarding which Application Profile is used.

Task List

Steps to Reproduce

  1. Create a new app
  2. Start it and open the Application Status menu.
  3. See the menu item: App profile: (without a value)

Expected Behaviour

No information regarding Application Profiles should be included in the starter templates.

Actual Behaviour

A menu item without value is shown regarding which Application Profile is used. Screenshot_20240306_150842

Environment Information