From b7c4ea48bda0af71f84442d555fac931fe3df2cc Mon Sep 17 00:00:00 2001 From: Sebastian Sdorra Date: Sun, 26 Aug 2012 13:02:53 +0200 Subject: [PATCH] use short id for changeset title --- .../resources/js/repository/sonia.repository.changesetpanel.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js b/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js index 7e5dd0fb8e..c05b1058cd 100644 --- a/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js +++ b/scm-webapp/src/main/webapp/resources/js/repository/sonia.repository.changesetpanel.js @@ -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,