1
0
Fork 0
mirror of synced 2024-09-13 07:53:31 +12:00

Allow role binding evaluations to be displayed now that they work

This commit is contained in:
Andrew Kingston 2024-05-29 13:58:43 +01:00
parent d533ef70be
commit 23332756e5

View file

@ -75,13 +75,6 @@
if (!context || !binding.value || binding.value === "") {
return
}
// Roles have always been broken for JS. We need to exclude them from
// showing a popover as it will show "Error while executing JS".
if (binding.category === "Role") {
return
}
stopHidingPopover()
popoverAnchor = target
hoverTarget = {