Fix for Empty input field when editing aspect name Fix #6548
This commit is contained in:
parent
9eb0dddb1a
commit
7fe7287928
1 changed files with 2 additions and 0 deletions
|
|
@ -63,6 +63,8 @@ app.pages.Contacts = Backbone.View.extend({
|
|||
|
||||
showAspectNameForm: function() {
|
||||
$(".header > h3").hide();
|
||||
var aspectName = $.trim($(".header h3 #aspect_name").text());
|
||||
$("#aspect_name_form #aspect_name").val(aspectName);
|
||||
$(".header > #aspect_name_form").show();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue