mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-01-09 19:06:41 +03:00
Added 'transactional = false' to BundleService.
This commit is contained in:
parent
e913c34e19
commit
eda4798fc0
@ -2,6 +2,8 @@ package by.prominence.translations
|
||||
|
||||
class BundleService {
|
||||
|
||||
static transactional = false
|
||||
|
||||
private HashSet<Bundle> cachedBundles
|
||||
|
||||
private static final String DEFAULT_FOLDER = "i18n"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user