Merge "Fix auto-filled object names enabling upload button"
This commit is contained in:
commit
e68f63f03c
@ -80,6 +80,7 @@ horizon.forms = {
|
||||
if (typeof($obj_name.val()) === 'undefined' || $(this).attr("filename").localeCompare($obj_name.val()) === 0) {
|
||||
$obj_name.val($filename);
|
||||
$(this).attr("filename", $filename);
|
||||
$obj_name.trigger('input');
|
||||
}
|
||||
});
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user