Adjusted permission for unit_count filter
This commit is contained in:
@@ -125,6 +125,7 @@
|
||||
</select>
|
||||
</div>
|
||||
|
||||
<?php if($me->is("Admin")): ?>
|
||||
<div class="col-2">
|
||||
<label class="form-label" for="filter_unit_count">Anzahl GWR Wohneinheiten</label>
|
||||
<select name="filter[unit_count]" id="filter_unit_count" class="form-control">
|
||||
@@ -134,6 +135,7 @@
|
||||
<option value="2" <?=(isset($filter) && array_key_exists("unit_count", $filter) && intval($filter['unit_count']) === 2) ? "selected='selected'" : ""?>> > 1</option>
|
||||
</select>
|
||||
</div>
|
||||
<?php endif; ?>
|
||||
|
||||
<?php endif; ?>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user