Merge branch 'rc1_FHC4_C4' of github.com:FH-Complete/FHC-Core into rc1_FHC4_C4

This commit is contained in:
Andreas Österreicher
2025-08-05 09:26:11 +02:00
2 changed files with 5 additions and 1 deletions
@@ -197,7 +197,7 @@ export const Raumsuche = {
this.setupMounted()
},
template: `
<h1 class="h3">{{$p.t('lvplan/raumsuche')}}</h1>
<h1 class="h3">{{$p.t('rauminfo/roomSearch')}}</h1>
<hr>
<div class="row">
<div class="col-12 col-lg-2">
@@ -404,6 +404,10 @@ export default {
if( this.hidetimer !== null ) {
clearTimeout(this.hidetimer);
}
if (this.searchsettings.searchstr.length >= 2
&& this.searchresult.length === 0) {
this.search();
}
},
searchfocusout: function(e) {
e.preventDefault();