Skip to content
Snippets Groups Projects
Commit 437e97e9 authored by Tobias Feldmann's avatar Tobias Feldmann
Browse files

Tasks Dashlet

parent 3ef7871a
No related branches found
No related tags found
No related merge requests found
......@@ -2375,6 +2375,12 @@
</entry>
<entry>
<key>New task</key>
</entry>
<entry>
<key>MyTasks</key>
</entry>
<entry>
<key>Show my tasks</key>
</entry>
<entry>
<key>the specified key has to be unique for that container but does already exist</key>
......
......@@ -2744,6 +2744,14 @@
<entry>
<key>New task</key>
<value>Neue Aufgabe</value>
</entry>
<entry>
<key>MyTasks</key>
<value>Meine Aufgaben</value>
</entry>
<entry>
<key>Show my tasks</key>
<value>Meine Aufgaben anzeigen</value>
</entry>
<entry>
<key>the specified key has to be unique for that container but does already exist</key>
......
......@@ -2400,6 +2400,12 @@
<entry>
<key>New task</key>
</entry>
<entry>
<key>MyTasks</key>
</entry>
<entry>
<key>Show my tasks</key>
</entry>
<entry>
<key>the specified key has to be unique for that container but does already exist</key>
</entry>
......
......@@ -3,6 +3,23 @@
<name>TaskFilter_view</name>
<majorModelMode>DISTRIBUTED</majorModelMode>
<filterable v="true" />
<dashletConfigurations>
<neonDashletConfiguration>
<name></name>
<title>MyTasks</title>
<description>Show my tasks</description>
<fragment>Task/filter</fragment>
<singleton v="true" />
<requiresConfiguration v="false" />
<icon>VAADIN:TASKS</icon>
<categories>
<neonDashletCategory>
<name>tasks</name>
<title>Tasks</title>
</neonDashletCategory>
</categories>
</neonDashletConfiguration>
</dashletConfigurations>
<layout>
<groupLayout>
<name>layout</name>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment