mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-02-05 06:09:12 +01:00
fix hidden help text on default branch configuration
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user