detailheader: append tagContainer only for one selected student

This commit is contained in:
ma0068
2026-06-29 11:40:32 +02:00
parent 3e48401a04
commit 3e8445304c
@@ -293,8 +293,10 @@ export default {
this.semesterDates.ende
);
this.$refs.tagWrapper.innerHTML = '';
this.$refs.tagWrapper.appendChild(container);
if(this.headerData.length == 1) {
this.$refs.tagWrapper.innerHTML = '';
this.$refs.tagWrapper.appendChild(container);
}
},
getAllTags(prestudent_id){
return this.$api