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
!67
Issue 3419804: Inject date.formatter service to MappedObjectList dependency
Code
Review changes
Check out branch
Download
Patches
Plain diff
Open
Issue 3419804: Inject date.formatter service to MappedObjectList dependency
issue/salesforce-3419804:3419804-error-on-salesforce
into
5.0.x
Overview
0
Commits
1
Pipelines
1
Changes
1
Open
Omar Mohamad - El Hassan Lopesino
requested to merge
issue/salesforce-3419804:3419804-error-on-salesforce
into
5.0.x
1 year ago
Overview
0
Commits
1
Pipelines
1
Changes
1
Expand
Closes
#3419804
0
0
Merge request reports
Compare
5.0.x
5.0.x (base)
and
latest version
latest version
71329b90
1 commit,
1 year ago
1 file
+
2
−
1
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Conflict: This file was modified in both the source and target branches. Ask someone with write access to resolve it.
modules/salesforce_mapping_ui/src/MappedObjectList.php
+
2
−
1
Options
@@ -45,7 +45,8 @@ class MappedObjectList extends EntityListBuilder {
return
new
static
(
$entity_type
,
$container
->
get
(
'entity_type.manager'
)
->
getStorage
(
$entity_type
->
id
()),
$container
->
get
(
'url_generator'
)
$container
->
get
(
'url_generator'
),
$container
->
get
(
'date.formatter'
),
);
}
Loading