Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
drupal
Manage
Activity
Members
Labels
Plan
Wiki
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Code review analytics
Insights
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!750
Issue
#3092247
: Prevent content from being deleted when there is an active workspace
Code
Review changes
Check out branch
Open in Workspace
Download
Patches
Plain diff
Expand sidebar
Open
Issue
#3092247
: Prevent content from being deleted when there is an active workspace
issue/drupal-3092247:3092247-prevent-content-from
into
9.3.x
Overview
0
Commits
2
Pipelines
0
Changes
15
Open
Issue #3092247: Prevent content from being deleted when there is an active workspace
Nishant Ghetiya
requested to merge
issue/drupal-3092247:3092247-prevent-content-from
into
9.3.x
Jun 3, 2021
Overview
0
Commits
2
Pipelines
0
Changes
15
0
0
Merge request reports
Compare
9.3.x
version 1
02e13547
Jun 3, 2021
9.3.x (HEAD)
and
latest version
latest version
6f6bfc17
2 commits,
Jun 3, 2021
version 1
02e13547
1 commit,
Jun 3, 2021
15 files
+
461
−
83
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
core/modules/content_moderation/tests/src/Kernel/WorkspacesContentModerationStateTest.php
+
11
−
0
View file @ c2cf0740
Edit in single-file editor
Open in Web IDE
Show full file
@@ -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