TSK-449
Bugfix: exporting workbaskets on the workbasket export in admin now
This commit is contained in:
parent
dc8d2f7fd8
commit
15487d2ff6
|
@ -4,7 +4,7 @@
|
|||
<button type="button" (click)="addWorkbasket()" data-toggle="tooltip" title="Add" class="btn btn-default">
|
||||
<span class="glyphicon glyphicon-plus green-blue" aria-hidden="true"></span>
|
||||
</button>
|
||||
<taskana-import-export-component [currentSelection]="'selectionToImport'"></taskana-import-export-component>
|
||||
<taskana-import-export-component [currentSelection]="selectionToImport"></taskana-import-export-component>
|
||||
</div>
|
||||
<div class="pull-right margin-right">
|
||||
<taskana-sort
|
||||
|
|
Loading…
Reference in New Issue