Fix dashboard layer initialisation
authorMathieu Baudier <mbaudier@argeo.org>
Sun, 18 Jun 2023 07:08:45 +0000 (09:08 +0200)
committerMathieu Baudier <mbaudier@argeo.org>
Sun, 18 Jun 2023 07:08:45 +0000 (09:08 +0200)
swt/org.argeo.app.ui/OSGI-INF/dashboardLayer.xml

index a62d6e57dc3ac48d72a20650a46e3312c4055c33..1ed1f1cda8cf074bc5863c1de51dfccdedcae9aa 100644 (file)
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" name="Dashboard Layer">
+<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0" activate="init" deactivate="destroy" name="Dashboard Layer">
    <implementation class="org.argeo.app.swt.ux.DefaultEditionLayer"/>
    <service>
       <provide interface="org.argeo.app.swt.ux.SwtAppLayer"/>