Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
sshoc-marketplace-backend
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
This is an archived project. Repository and other project resources are read-only.
Show more breadcrumbs
SSHOC
sshoc-marketplace-backend
Merge requests
!87
Feature/sshoc 83 thumbnail not in media
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Feature/sshoc 83 thumbnail not in media
feature/SSHOC-83_thumbnail_not_in_media
into
develop
Overview
0
Commits
4
Pipelines
0
Changes
10
Merged
Eliza Kalata
requested to merge
feature/SSHOC-83_thumbnail_not_in_media
into
develop
3 years ago
Overview
0
Commits
4
Pipelines
0
Changes
10
Expand
The goal was to add thumbnail that is not in media to created item.
0
0
Merge request reports
Compare
develop
version 2
358be777
3 years ago
version 1
1545114a
3 years ago
develop (base)
and
latest version
latest version
481336ab
4 commits,
3 years ago
version 2
358be777
3 commits,
3 years ago
version 1
1545114a
2 commits,
3 years ago
10 files
+
106
−
55
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
10
Search (e.g. *.vue) (Ctrl+P)
src/main/java/eu/sshopencloud/marketplace/dto/items/ItemCore.java
+
1
−
1
Options
@@ -28,7 +28,7 @@ public class ItemCore implements ItemRelationsCore {
private
List
<
ItemMediaCore
>
media
;
private
Item
ThumbnailId
thumbnail
;
private
Item
MediaCore
thumbnail
;
private
List
<
String
>
accessibleAt
;
Loading