mirror of
https://github.com/Prominence/grails-translations-plugin.git
synced 2026-07-02 18:26:47 +03:00
Added 'transactional = false' to BundleService.
This commit is contained in:
@@ -2,6 +2,8 @@ package by.prominence.translations
|
||||
|
||||
class BundleService {
|
||||
|
||||
static transactional = false
|
||||
|
||||
private HashSet<Bundle> cachedBundles
|
||||
|
||||
private static final String DEFAULT_FOLDER = "i18n"
|
||||
|
||||
Reference in New Issue
Block a user