[-] BO : Fix bug #PSCFV-8407 can not customize feature column name if needed
This commit is contained in:
+1
-1
@@ -481,7 +481,7 @@ function askFeatureName(selected, selector)
|
||||
{
|
||||
var elem;
|
||||
|
||||
if (selected.value == 'feature')
|
||||
if (selected.value == 'features')
|
||||
{
|
||||
$('#features_' + selector).show();
|
||||
$('#feature_name_' + selector).attr('name', selected.name);
|
||||
|
||||
Reference in New Issue
Block a user