Fix aliases rendering. Closes 1683.
This commit is contained in:
parent
9f7d5b8786
commit
f9fd26ab6e
@ -44,7 +44,7 @@ EditRenderer._renderItem = function(json, container) {
|
|||||||
|
|
||||||
this._renderTermsList(json.labels, "label", termsContainer);
|
this._renderTermsList(json.labels, "label", termsContainer);
|
||||||
this._renderTermsList(json.descriptions, "description", termsContainer);
|
this._renderTermsList(json.descriptions, "description", termsContainer);
|
||||||
this._renderTermsList(json.aliases, "alias", termsContainer);
|
this._renderTermsList(json.addedAliases, "alias", termsContainer);
|
||||||
|
|
||||||
// Clear the float
|
// Clear the float
|
||||||
$('<div></div>').attr('style', 'clear: right').appendTo(right);
|
$('<div></div>').attr('style', 'clear: right').appendTo(right);
|
||||||
|
Loading…
Reference in New Issue
Block a user