Skip to content
Next
Projects
Groups
Snippets
Help
Sign in / Register
Toggle navigation
Minds Frontend
Project overview
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Locked Files
Issues
804
Merge Requests
55
CI / CD
Security & Compliance
Packages
Wiki
Snippets
Members
Collapse sidebar
Close sidebar
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Minds
Minds Frontend
Compare Revisions
7394de2ccf2a95e572713596467dadb2671e08dd...4ed2cde2f6895097450f506aec1e9693e48ed3c7
Source
4ed2cde2f6895097450f506aec1e9693e48ed3c7
...
Target
7394de2ccf2a95e572713596467dadb2671e08dd
Compare
Commits (2)
polyfill custom_data.full_hd inside media modal
· a9d0d262
Marcelo Rivera
authored
6 minutes ago
a9d0d262
Merge branch 'fix/media-modal-issue-2217' into 'master'
· 4ed2cde2
Mark Harding
authored
6 minutes ago
polyfill custom_data.full_hd inside media modal See merge request
!641
4ed2cde2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
src/app/modules/media/modal/modal.component.ts
View file @
4ed2cde2
...
...
@@ -213,6 +213,9 @@ export class MediaModalComponent implements OnInit, OnDestroy {
this
.
contentType
=
'
video
'
;
this
.
title
=
this
.
entity
.
title
;
this
.
entity
.
entity_guid
=
this
.
entity
.
guid
;
this
.
entity
.
custom_data
=
{
full_hd
:
this
.
entity
.
flags
.
full_hd
,
};
break
;
case
'
image
'
:
this
.
contentType
=
'
image
'
;
...
...
This diff is collapsed.