fixed permissionEditor in various locations

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-03-17 00:56:42 +01:00
parent d3e5897cd5
commit 72f897c40c
6 changed files with 17 additions and 21 deletions

View File

@@ -42,10 +42,6 @@
} else error(resp);
}
function onSelect(entry){
addMember(entry);
}
onMount(loadPermissions);
</script>
@@ -65,7 +61,7 @@
<tr>
<td>{t('add_object',{object:t('member')})}</td>
<td>
<Autocomplete {getCandidates} {onSelect} />
<Autocomplete {getCandidates} onSelect={addMember} />
</td>
</tr>
</tbody>