diff --git a/entity/Task_entity/Task_entity.aod b/entity/Task_entity/Task_entity.aod index 394f36d5b9bc485c28a4cc1a28c41eed3a095876..6d0c4a3d13bab8ef705543135be0d1c092573eae 100644 --- a/entity/Task_entity/Task_entity.aod +++ b/entity/Task_entity/Task_entity.aod @@ -418,25 +418,6 @@ </entityParameter> </children> </entityConsumer> - <entityActionGroup> - <name>tableActions</name> - <children> - <entityActionField> - <name>newBugTicket</name> - <title>New Bugticket</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/tableactions/children/newbugticket/onActionProcess.js</onActionProcess> - <iconId>VAADIN:PUZZLE_PIECE</iconId> - <tooltip>New Bugticket</tooltip> - </entityActionField> - <entityActionField> - <name>newSupportTicket</name> - <title>New Supportticket</title> - <onActionProcess>%aditoprj%/entity/Task_entity/entityfields/tableactions/children/newsupportticket/onActionProcess.js</onActionProcess> - <iconId>VAADIN:QUESTION</iconId> - <tooltip>New Supportticket</tooltip> - </entityActionField> - </children> - </entityActionGroup> <entityField> <name>TYPE</name> <valueProcess>%aditoprj%/entity/Task_entity/entityfields/type/valueProcess.js</valueProcess> diff --git a/entity/Task_entity/entityfields/tableactions/children/newbugticket/onActionProcess.js b/entity/Task_entity/entityfields/tableactions/children/newbugticket/onActionProcess.js deleted file mode 100644 index 5a967a81057b8ce337e9789b841c044c007f343f..0000000000000000000000000000000000000000 --- a/entity/Task_entity/entityfields/tableactions/children/newbugticket/onActionProcess.js +++ /dev/null @@ -1,7 +0,0 @@ -import("system.vars"); -import("ActivityTask_lib"); -import("KeywordRegistry_basic"); -import("Context_lib"); - -// no parentid as tickets do not use them -TaskUtils.createNewTask(undefined, undefined, ContextUtils.getCurrentContextId(), undefined, {Type_param: $KeywordRegistry.taskType$bugTicket()}); \ No newline at end of file diff --git a/entity/Task_entity/entityfields/tableactions/children/newsupportticket/onActionProcess.js b/entity/Task_entity/entityfields/tableactions/children/newsupportticket/onActionProcess.js deleted file mode 100644 index 56a663ad518bb5156c6a5ed889190b143fa87200..0000000000000000000000000000000000000000 --- a/entity/Task_entity/entityfields/tableactions/children/newsupportticket/onActionProcess.js +++ /dev/null @@ -1,7 +0,0 @@ -import("system.vars"); -import("ActivityTask_lib"); -import("KeywordRegistry_basic"); -import("Context_lib"); - -// no parentid as tickets do not use them -TaskUtils.createNewTask(undefined, undefined, ContextUtils.getCurrentContextId(), undefined, {Type_param: $KeywordRegistry.taskType$supportTicket()}); \ No newline at end of file diff --git a/neonView/TaskFilter_view/TaskFilter_view.aod b/neonView/TaskFilter_view/TaskFilter_view.aod index 138b8f89a275f8d7271b47e7f8228d8c7457414d..63ecfb8b086288bc12797e214df15397355b4be8 100644 --- a/neonView/TaskFilter_view/TaskFilter_view.aod +++ b/neonView/TaskFilter_view/TaskFilter_view.aod @@ -34,7 +34,6 @@ <children> <timelineViewTemplate> <name>TasksTimeline</name> - <favoriteActionGroup1>tableActions</favoriteActionGroup1> <dateField>MATURITY_DATE</dateField> <titleField>SUBJECT_DETAILS</titleField> <descriptionField>DESCRIPTION</descriptionField> @@ -43,7 +42,6 @@ </timelineViewTemplate> <tableViewTemplate> <name>TasksTable</name> - <favoriteActionGroup1>tableActions</favoriteActionGroup1> <entityField>#ENTITY</entityField> <title></title> <columns> @@ -88,7 +86,6 @@ </tableViewTemplate> <treeTableViewTemplate> <name>TasksTreeTable</name> - <favoriteActionGroup1>tableActions</favoriteActionGroup1> <defaultGroupFields> <element>TYPE</element> </defaultGroupFields>