Skip to content
Snippets Groups Projects

Issue #3092247: Prevent content from being deleted when there is an active workspace

15 files
+ 461
83
Compare changes
  • Side-by-side
  • Inline

Files

@@ -176,6 +176,17 @@ public function basicModerationTestCases() {
];
}
/**
* {@inheritdoc}
*/
public function testContentModerationStateDataRemoval($entity_type_id = NULL) {
// This test creates published default revisions in Live, which can not be
// deleted in a workspace. A test scenario for the case when Content
// Moderation and Workspaces are used together is covered in
// parent::testContentModerationStateRevisionDataRemoval().
$this->markTestSkipped();
}
/**
* {@inheritdoc}
*/
Loading