Segment Code Bug Report
-
Hello
A "code" field was recently added to Segments. When using the Clone function, the code is also carried over (copied as-is) into the cloned segment, which prevents the clone from being saved.
Since the code value should be unique, the cloned segment ends up with a duplicate code and cannot be saved.
-
Hi @LEE-JONG-GUN,
Good news: the fix for the Segment
codefield clone bug has been deployed.What changed
- When you clone a Segment now, the
codefield is automatically appended with_copy(e.g.,myCodebecomesmyCode_copy). - The cloned segment's
codefield is editable, so you can change it to any unique value and save the clone successfully.
This resolves the duplicate-code issue that was preventing clones from being saved. Thanks again for the report.
- When you clone a Segment now, the
-
@JasonL Thanks for the update, and for getting this fixed.
One follow-up: now that
_copyis auto-appended, the resulting code can
exceed the 12-character limit, and in that case the clone still can't be
saved. For example, a code that's already 8+ characters will go over the
limit once_copyis added.Ideally, the code field should be editable during the clone step itself,
so the user can set a valid, unique code up front rather than relying on
an auto-generated suffix that may already break the length limit.