|
|
@ -210,7 +210,7 @@ export class ContentsPageComponent extends ResourceOwner implements OnInit { |
|
|
this.selectionCount++; |
|
|
this.selectionCount++; |
|
|
|
|
|
|
|
|
for (const action in this.nextStatuses) { |
|
|
for (const action in this.nextStatuses) { |
|
|
if (!content.statusUpdates) { |
|
|
if (!content.statusUpdates.find(x => x.status === action)) { |
|
|
delete this.nextStatuses[action]; |
|
|
delete this.nextStatuses[action]; |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
|