account for added d&d column in the wp sum footer

pull/7828/head
ulferts 5 years ago
parent cee2cae1cf
commit 63380345b4
No known key found for this signature in database
GPG Key ID: A205708DE1284017
  1. 2
      frontend/src/app/components/wp-table/wp-table-sums-row/wp-table-sums-row.directive.ts

@ -105,6 +105,8 @@ export class WorkPackageTableSumsRowController implements AfterViewInit {
if (i === 0) { if (i === 0) {
this.appendFirstLabel(div); this.appendFirstLabel(div);
// colspan 2 for the d&d column
td.setAttribute('colspan', '2');
} }
td.appendChild(div); td.appendChild(div);

Loading…
Cancel
Save