Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
B
bootstrap_paragraphs-3460883
Manage
Activity
Members
Labels
Plan
Custom issue tracker
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
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
Issue forks
bootstrap_paragraphs-3460883
Compare revisions
5.0.x to 3460883-error-with-database
Compare revisions
Changes are shown as if the
source
revision was being merged into the
target
revision.
Learn more about comparing revisions.
Source
issue/bootstrap_paragraphs-3460883
Select target project
No results found
3460883-error-with-database
Select Git revision
Swap
Target
project/bootstrap_paragraphs
Select target project
project/bootstrap_paragraphs
issue/bootstrap_paragraphs-2931802
issue/bootstrap_paragraphs-3255663
issue/bootstrap_paragraphs-3264881
issue/bootstrap_paragraphs-3046330
issue/bootstrap_paragraphs-3339420
issue/bootstrap_paragraphs-3339479
issue/bootstrap_paragraphs-3349742
issue/bootstrap_paragraphs-3401717
issue/bootstrap_paragraphs-3375857
issue/bootstrap_paragraphs-3379399
issue/bootstrap_paragraphs-3380024
issue/bootstrap_paragraphs-3380277
issue/bootstrap_paragraphs-3381937
issue/bootstrap_paragraphs-3437219
issue/bootstrap_paragraphs-3421672
issue/bootstrap_paragraphs-3424463
issue/bootstrap_paragraphs-3425720
issue/bootstrap_paragraphs-3040370
issue/bootstrap_paragraphs-2969006
issue/bootstrap_paragraphs-3439733
issue/bootstrap_paragraphs-2981545
issue/bootstrap_paragraphs-3437111
issue/bootstrap_paragraphs-3435961
issue/bootstrap_paragraphs-3437466
issue/bootstrap_paragraphs-3437969
issue/bootstrap_paragraphs-3400282
issue/bootstrap_paragraphs-3437348
issue/bootstrap_paragraphs-3437915
issue/bootstrap_paragraphs-3439732
issue/bootstrap_paragraphs-3431381
issue/bootstrap_paragraphs-3303341
issue/bootstrap_paragraphs-3447757
issue/bootstrap_paragraphs-3448314
issue/bootstrap_paragraphs-3447314
issue/bootstrap_paragraphs-3456019
issue/bootstrap_paragraphs-3460883
issue/bootstrap_paragraphs-3462200
issue/bootstrap_paragraphs-3473894
39 results
5.0.x
Select Git revision
Show changes
Only incoming changes from source
Include changes to target since source was created
Compare
Commits on Source (1)
Resolve
#3460883
· de12b935
David Archuleta
authored
10 months ago
de12b935
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bootstrap_paragraphs.install
+1
-1
1 addition, 1 deletion
bootstrap_paragraphs.install
with
1 addition
and
1 deletion
bootstrap_paragraphs.install
View file @
de12b935
...
...
@@ -416,7 +416,7 @@ function bootstrap_paragraphs_update_8205() {
$config_record
=
$config_storage
->
read
(
$config_name
);
/** @var \Drupal\Core\Config\Entity\ConfigEntityStorageInterface $storage */
$storage
=
\Drupal
::
entityTypeManager
()
->
getStorage
(
'field_storage_config'
);
$entity
=
$storage
->
createFromStorageRecord
(
$config_record
);
$entity
=
$storage
->
load
(
$config_record
[
'id'
])
??
$storage
->
createFromStorageRecord
(
$config_record
);
$entity
->
save
();
}
...
...
This diff is collapsed.
Click to expand it.