kefirfromperm / grails-asynchronous-mail

The Grails Asynchronous Mail plugin
http://grails.org/plugin/asynchronous-mail
21 stars 36 forks source link

Wrong import path for enums #74

Closed oleg-baskakov closed 6 years ago

oleg-baskakov commented 7 years ago

Please update an import directive in index.gsp for MessageStatus: wrong path: <%@ page import="grails.plugin.asyncmail.MessageStatus; ..." %> to <%@ page import="grails.plugin.asyncmail.enums.MessageStatus; ..." %>

View renderer fail with error when accessing index action with outdated path.