diff --git a/vilesci/stammdaten/benutzerberechtigung_uebersicht.php b/vilesci/stammdaten/benutzerberechtigung_uebersicht.php index e7d7240c7..ecc9c6e09 100644 --- a/vilesci/stammdaten/benutzerberechtigung_uebersicht.php +++ b/vilesci/stammdaten/benutzerberechtigung_uebersicht.php @@ -73,7 +73,7 @@ $(document).ready(function() { // Add select menu to this column 6 : { - "Ja" : function(e, n, f, i, $r, c, data) { return /Ja/.test(e); }, + "Ja" : function(e, n, f, i, $r, c, data) { return e == "Ja" || e == "" }, "Nein" : function(e, n, f, i, $r, c, data) { return /Nein/.test(e); } }, 7 : {