fix #6947: fix error for empty lsid field
[taxeditor.git] / eu.etaxonomy.taxeditor.store / src / main / java / eu / etaxonomy / taxeditor / ui / element / UriWithLabelElement.java
index 3e8b84b88d8162b729ec8640b07589cc7ef1ee41..99c7608e0b67ad8a1c8fe67cfb45ba1ea6bf9787 100644 (file)
@@ -82,7 +82,7 @@ public class UriWithLabelElement extends AbstractUriWithExceptionLabelElement<UR
         });
         btnOpenBrowser.setLayoutData(LayoutConstants.RIGHT());
 
-//        initExceptionLabel(getLayoutComposite(), formFactory, initialObject);
+        initExceptionLabel(getLayoutComposite(), formFactory);
     }
 
     @Override