Merge "Avoid that permalink is displayed multiple times after restore/abandon"
This commit is contained in:
@@ -76,6 +76,7 @@ public class CommitMessageBlock extends Composite {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
permalinkPanel.clear();
|
||||||
if (changeId != null) {
|
if (changeId != null) {
|
||||||
permalinkPanel.add(new ChangeLink(Util.C.changePermalink(), changeId));
|
permalinkPanel.add(new ChangeLink(Util.C.changePermalink(), changeId));
|
||||||
permalinkPanel.add(new CopyableLabel(ChangeLink.permalink(changeId), false));
|
permalinkPanel.add(new CopyableLabel(ChangeLink.permalink(changeId), false));
|
||||||
|
Reference in New Issue
Block a user