Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
E
experience_builder
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
experience_builder
Merge requests
!450
Issue
#3492312
extract conversion logic
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Issue
#3492312
extract conversion logic
issue/experience_builder-3492312:3492312-client-convert
into
0.x
Overview
0
Commits
4
Pipelines
4
Changes
7
Merged
Ted Bowman
requested to merge
issue/experience_builder-3492312:3492312-client-convert
into
0.x
5 months ago
Overview
0
Commits
4
Pipelines
4
Changes
7
Expand
Closes
#3492312
0
0
Merge request reports
Compare
0.x
version 3
53e81522
5 months ago
version 2
cae816d9
5 months ago
version 1
359bf4af
5 months ago
0.x (base)
and
latest version
latest version
53e81522
4 commits,
5 months ago
version 3
53e81522
4 commits,
5 months ago
version 2
cae816d9
3 commits,
5 months ago
version 1
359bf4af
1 commit,
5 months ago
7 files
+
356
−
332
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
src/Controller/ApiContentUpdateForDemoController.php
+
0
−
2
Options
@@ -25,8 +25,6 @@ use Symfony\Component\HttpFoundation\Request;
*/
final
class
ApiContentUpdateForDemoController
extends
ApiControllerBase
{
use
ClientServerConversionTrait
;
public
function
__construct
(
private
readonly
ClientDataToEntityConverter
$clientDataToEntityConverter
,
)
{}
Loading