Segment Code Bug Report
Unsolved
General
-
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