Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
arsnova-lite
Manage
Activity
Members
Labels
Plan
Issues
24
Issue boards
Milestones
Wiki
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Privacy
Imprint
Contact
Snippets
Groups
Projects
Show more breadcrumbs
ARSnova
arsnova-lite
Commits
f8318543
Commit
f8318543
authored
6 years ago
by
Tom Käsler
Browse files
Options
Downloads
Patches
Plain Diff
remove duplicated class ContentGroup
parent
ec564d50
1 merge request
!119
Fix default content group
Pipeline
#20656
passed with stages
in 3 minutes and 44 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/app/components/shared/content-list/content-list.component.ts
+1
-12
1 addition, 12 deletions
.../components/shared/content-list/content-list.component.ts
with
1 addition
and
12 deletions
src/app/components/shared/content-list/content-list.component.ts
+
1
−
12
View file @
f8318543
...
...
@@ -6,6 +6,7 @@ import { ContentChoice } from '../../../models/content-choice';
import
{
ContentText
}
from
'
../../../models/content-text
'
;
import
{
AnswerOption
}
from
'
../../../models/answer-option
'
;
import
{
ContentType
}
from
'
../../../models/content-type.enum
'
;
import
{
ContentGroup
}
from
'
../../../models/content-group
'
;
import
{
MatDialog
}
from
'
@angular/material
'
;
import
{
ContentChoiceCreatorComponent
}
from
'
../../creator/content-choice-creator/content-choice-creator.component
'
;
import
{
ContentLikertCreatorComponent
}
from
'
../../creator/content-likert-creator/content-likert-creator.component
'
;
...
...
@@ -16,18 +17,6 @@ import { RoomService } from '../../../services/http/room.service';
import
{
TranslateService
}
from
'
@ngx-translate/core
'
;
import
{
LanguageService
}
from
'
../../../services/util/language.service
'
;
class
ContentGroup
{
name
:
string
;
contentIds
:
string
[];
autoSort
:
boolean
;
constructor
(
name
:
string
,
contentIds
:
string
[],
autoSort
:
boolean
)
{
this
.
name
=
name
;
this
.
contentIds
=
contentIds
;
this
.
autoSort
=
autoSort
;
}
}
@
Component
({
selector
:
'
app-content-list
'
,
templateUrl
:
'
./content-list.component.html
'
,
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment