Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
salesforce
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
salesforce
Merge requests
!16
Resolve
#3217061
"Call to undefined"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve
#3217061
"Call to undefined"
issue/salesforce-3217061:3217061-call-to-undefined
into
5.0.x
Overview
0
Commits
3
Pipelines
0
Changes
1
Merged
JD Leonard
requested to merge
issue/salesforce-3217061:3217061-call-to-undefined
into
5.0.x
3 years ago
Overview
0
Commits
3
Pipelines
0
Changes
1
Expand
Closes
#3217061
Per
https://www.drupal.org/node/3075567
0
0
Merge request reports
Compare
5.0.x
version 4
0e5102c7
3 years ago
version 3
6a4c0790
3 years ago
version 2
c94ac7a7
3 years ago
version 1
c94ac7a7
3 years ago
5.0.x (base)
and
latest version
latest version
0e5102c7
3 commits,
3 years ago
version 4
0e5102c7
3 commits,
3 years ago
version 3
6a4c0790
2 commits,
3 years ago
version 2
c94ac7a7
1 commit,
3 years ago
version 1
c94ac7a7
5 commits,
3 years ago
1 file
+
1
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
modules/salesforce_mapping/src/Plugin/Validation/Constraint/UniqueFieldsConstraintValidator.php
+
1
−
1
Options
@@ -41,7 +41,7 @@ class UniqueFieldsConstraintValidator extends ConstraintValidator {
->
load
(
$id
);
$url
=
$entity
->
toUrl
();
$message_replacements
=
[
'@entity_type'
=>
$entity_type
->
get
Lowercase
Label
(),
'@entity_type'
=>
$entity_type
->
get
Singular
Label
(),
':url'
=>
$url
->
toString
(),
'@label'
=>
$entity
->
label
(),
];
Loading