Skip to content
Snippets Groups Projects
Commit 58df5278 authored by Alexander Philipp Nowosad's avatar Alexander Philipp Nowosad
Browse files

Add get description of method from method and not from model

parent 66178852
No related branches found
No related tags found
No related merge requests found
......@@ -141,7 +141,7 @@
</tr>
<tr>
<th scope="row">Method Description</th>
<td class="show-new-lines">{{modalElement.businessObject.get('method').get('description')}}</td>
<td class="show-new-lines">{{modalDevelopmentMethod.description}}</td>
</tr>
<tr>
<th scope="row">Method Steps</th>
......
......@@ -113,7 +113,6 @@ export class BpmnService {
modeling.updateProperties(taskElement, {
method: moddle.create('bmdl:Method', {
name: developmentMethod.name,
description: developmentMethod.description,
id: developmentMethod._id,
})
});
......
......@@ -84,10 +84,6 @@
"name": "name",
"type": "String"
},
{
"name": "description",
"type": "String"
},
{
"name": "id",
"type": "String"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment