-
Bug
-
Resolution: Done
-
Major
-
7.0
-
None
-
None
Trying to access property info for Translators via Designer's hook through Admin API.
protected void refreshTranslators( Collection<Translator> translators ) throws Exception {
for (Translator translator : translators)
}
So when the loop gets to the "file" translator, the admin.getTemplatePropertyDefinitions("file") ends up logging: java.lang.IllegalStateException: Failed to find template for: translator-file