Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
M
mercury_editor
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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
mercury_editor
Commits
1ec1d44e
Commit
1ec1d44e
authored
3 months ago
by
johntarling
Committed by
John Ferris
3 weeks ago
Browse files
Options
Downloads
Patches
Plain Diff
Issue
#3508661
: Ajax error when adding some paragraph types
parent
0a280622
No related branches found
No related tags found
1 merge request
!112
Issue #3508661: Ajax error when adding some paragraph types
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/Cache/MercuryEditorPreviewCacheContext.php
+1
-1
1 addition, 1 deletion
src/Cache/MercuryEditorPreviewCacheContext.php
with
1 addition
and
1 deletion
src/Cache/MercuryEditorPreviewCacheContext.php
+
1
−
1
View file @
1ec1d44e
...
...
@@ -36,7 +36,7 @@ class MercuryEditorPreviewCacheContext extends RouteNameCacheContext {
* {@inheritdoc}
*/
public
function
getContext
()
{
if
(
$this
->
mercuryEditorContext
->
isPreview
())
{
if
(
$this
->
mercuryEditorContext
->
isPreview
()
&&
$this
->
mercuryEditorContext
->
getEntity
()
)
{
$entity
=
$this
->
mercuryEditorContext
->
getEntity
();
return
'is_mercury_editor_preview.'
.
$entity
->
getEntityTypeId
()
.
'.'
.
$entity
->
uuid
();
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment