fix hidden help text on default branch configuration

This commit is contained in:
Sebastian Sdorra
2016-11-24 14:03:14 +01:00
parent dea1c915eb
commit 5678520b59

View File

@@ -71,6 +71,8 @@ Ext.override(Ext.form.Field, {
switch ( this.getXType() ){
case 'combo':
case 'repositoryBranchComboBox':
case 'repositoryTagComboBox':
if ( this.readOnly ){
cls = 'scm-form-help-button';
} else {