mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-01-19 14:02:13 +01:00
use short id for changeset title
This commit is contained in:
@@ -53,7 +53,7 @@ Sonia.repository.ChangesetPanel = Ext.extend(Ext.Panel, {
|
||||
}
|
||||
|
||||
var config = {
|
||||
title: String.format(this.title, this.revision),
|
||||
title: String.format(this.title, Ext.util.Format.id(this.revision)),
|
||||
autoScroll: true,
|
||||
tbar: [{
|
||||
text: this.commitLabel,
|
||||
|
||||
Reference in New Issue
Block a user