From c1ffb1e94ef2185d39cf142191e8126f1e98cc08 Mon Sep 17 00:00:00 2001 From: yflory Date: Thu, 31 Oct 2019 12:17:03 +0100 Subject: [PATCH] Fix UI issue in the rights properties modal with open pads --- www/common/common-ui-elements.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/www/common/common-ui-elements.js b/www/common/common-ui-elements.js index af2b86f86..4dd5f1e96 100644 --- a/www/common/common-ui-elements.js +++ b/www/common/common-ui-elements.js @@ -495,7 +495,7 @@ define([ data: _owners, large: true }, function () {}); - if (_ownersGrid) { + if (_ownersGrid && Object.keys(_owners).length) { $d.append(_ownersGrid.div); } else { $d.append([