Skip to content

Commit

Permalink
Fix for missing admin page
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdos committed Aug 15, 2016
1 parent d212254 commit f18f0cb
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions grails-app/controllers/au/org/ala/bie/AdminController.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,7 @@ import grails.converters.XML
@AlaSecured(value = "ROLE_ADMIN", redirectUri = "/")
class AdminController {

def index() {
redirect(controller: "alaAdmin")
}
def index() {} // GSP only index

def indexFields() {
redirect(controller: "misc", action: "indexFields") // shouldn't get triggered due UrlMappings
Expand Down

0 comments on commit f18f0cb

Please sign in to comment.