Added 'transactional = false' to BundleService.

This commit is contained in:
Prominence 2016-06-28 14:40:46 +03:00
parent e913c34e19
commit eda4798fc0

View File

@ -2,6 +2,8 @@ package by.prominence.translations
class BundleService { class BundleService {
static transactional = false
private HashSet<Bundle> cachedBundles private HashSet<Bundle> cachedBundles
private static final String DEFAULT_FOLDER = "i18n" private static final String DEFAULT_FOLDER = "i18n"