Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Stefan Oppl
zml
Commits
ab17e508
Commit
ab17e508
authored
Jun 14, 2019
by
Stefan Oppl
Browse files
fixed wrong attribute in pruefungs-termin
prevented prod-build, error introduced by data model change
parent
ddb89343
Pipeline
#386
passed with stages
in 10 minutes and 59 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/main/webapp/app/entities/pruefungs-termin/pruefungs-termin-detail.component.html
View file @
ab17e508
...
...
@@ -27,7 +27,7 @@
</dd>
<dt><span>
Lva
</span></dt>
<dd>
<span
*ngFor=
"let lva of pruefungsTermin.lvas; let last = last"
>
<span
*ngFor=
"let lva of pruefungsTermin.lva
instanz
s; let last = last"
>
<a
[routerLink]=
"['/lva', lva?.id, 'view' ]"
>
{{lva.lvanr}} ({{lva.kohorte}})
</a>
{{last ? '' : ', '}}
</span>
</dd>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment