ItSpiderman has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/368136 )

Change subject: Fix for CRUDPanel minHeight
......................................................................

Fix for CRUDPanel minHeight

Because parent container shows a loading bar in the background, when
CRUDPanel has no data inside, its not high enough to cover the loading
bar, causing it to be always visible.

Change-Id: Ibbc55704161e17479b4e7b3c78568fc0a08628b7
ERM: #7057
---
M resources/bluespice.extjs/BS/CRUDPanel.js
1 file changed, 1 insertion(+), 0 deletions(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/BlueSpiceFoundation 
refs/changes/36/368136/1

diff --git a/resources/bluespice.extjs/BS/CRUDPanel.js 
b/resources/bluespice.extjs/BS/CRUDPanel.js
index b28a9f9..80e6639 100644
--- a/resources/bluespice.extjs/BS/CRUDPanel.js
+++ b/resources/bluespice.extjs/BS/CRUDPanel.js
@@ -26,6 +26,7 @@
     },
 
        tbarHeight: 44,
+       minHeight: 200,
 
        constructor: function() {
                //Custom Settings

-- 
To view, visit https://gerrit.wikimedia.org/r/368136
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: Ibbc55704161e17479b4e7b3c78568fc0a08628b7
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/BlueSpiceFoundation
Gerrit-Branch: master
Gerrit-Owner: ItSpiderman <d.savulje...@gmail.com>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to