|
|
@ -77,6 +77,7 @@ export class ListItem extends BI.BasicButton { |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.store.setIsEdit(false, name); |
|
|
|
this.store.setIsEdit(false, name); |
|
|
|
this.nameLabel.setText(name); |
|
|
|
this.nameLabel.setText(name); |
|
|
|
|
|
|
|
this.nameEditor.setValue(name); |
|
|
|
|
|
|
|
|
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
@ -87,6 +88,7 @@ export class ListItem extends BI.BasicButton { |
|
|
|
level: 'error', |
|
|
|
level: 'error', |
|
|
|
}); |
|
|
|
}); |
|
|
|
this.nameLabel.setText(name); |
|
|
|
this.nameLabel.setText(name); |
|
|
|
|
|
|
|
this.nameEditor.setValue(name); |
|
|
|
} else { |
|
|
|
} else { |
|
|
|
this.nameLabel.setText(newName); |
|
|
|
this.nameLabel.setText(newName); |
|
|
|
} |
|
|
|
} |
|
|
|