Skip to content
Snippets Groups Projects

Issue #3438739: The calculated machine is not synced when the source value is...

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -233,7 +233,7 @@
// Preview the machine name in realtime when the human-readable name
// changes, but only if there is no machine name yet; i.e., only upon
// initial creation, not when editing.
if ($target[0].value === '') {
if (machine === '') {
// Listen to the 'change' and 'input' events that are fired
// immediately as the user is typing for faster response time. This is
// safe because the event handler doesn't include any slow
Loading