Reactivate CMS error feedback dialog
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 18 Sep 2022 09:58:36 +0000 (11:58 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 18 Sep 2022 09:58:36 +0000 (11:58 +0200)
swt/rap/org.argeo.cms.swt.rap/src/org/argeo/cms/web/CmsWebEntryPoint.java

index b3ca245ad76a819c98dc44e19ddcfd24af84850b..b61259b7fa80d2939a827aba735c06b6d27938dc 100644 (file)
@@ -167,9 +167,9 @@ public class CmsWebEntryPoint extends AbstractSwtCmsView implements EntryPoint,
                                return;
                }
                display.syncExec(() -> {
-//                     CmsFeedback.show("Unexpected exception in CMS", e);
+                       CmsFeedback.show("Unexpected exception in CMS", e);
                        exception = e;
-                       log.error("Unexpected exception in CMS", e);
+//                     log.error("Unexpected exception in CMS", e);
                        doRefresh();
                });
        }