replace - with _
This commit is contained in:
parent
e9ff4a9483
commit
d5e323502d
@ -130,7 +130,7 @@ export class AddEditDictionaryDialogComponent extends BaseDialogComponent {
|
||||
let technicalName = baseTechnicalName;
|
||||
let suffix = 1;
|
||||
while (existingTechnicalNames.includes(technicalName)) {
|
||||
technicalName = [baseTechnicalName, suffix++].join('-');
|
||||
technicalName = [baseTechnicalName, suffix++].join('_');
|
||||
}
|
||||
return technicalName;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user