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
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
project
drupal
Merge requests
!5042
Draft: SDC ComponentElement: Transform slots scalar values to #plain_text instead of throwing an exception
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Draft: SDC ComponentElement: Transform slots scalar values to #plain_text instead of throwing an exception
issue/drupal-3391702:3391702-sdc-componen-telement-d10.2
into
10.2.x
Overview
0
Commits
1
Pipelines
2
Changes
1
Open
Pierre Dureau
requested to merge
issue/drupal-3391702:3391702-sdc-componen-telement-d10.2
into
10.2.x
1 year ago
Overview
0
Commits
1
Pipelines
2
Changes
1
Expand
0
0
Merge request reports
Compare
10.2.x
version 1
b04a41b6
1 year ago
10.2.x (HEAD)
and
latest version
latest version
f475b7e5
1 commit,
1 year ago
version 1
b04a41b6
39 commits,
1 year ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
core/includes/form.inc
+
1
−
1
Options
@@ -663,7 +663,7 @@ function template_preprocess_form_element_label(&$variables) {
* // The 'success' parameter means no fatal PHP errors were detected. All
* // other error management should be handled using 'results'.
* if ($success) {
* $message = \Drupal::translation()->formatPlural(count($results), 'One
post
processed.', '@count
post
s processed.');
* $message = \Drupal::translation()->formatPlural(count($results), 'One
item
processed.', '@count
item
s processed.');
* }
* else {
* $message = t('Finished with an error.');
Loading