[en] TS002473155 — Cannot delete or edit a component
[en] Fixed: Resolved an issue where users cannot edit or delete components that have had a column deleted that is used by a view table.
[en] Now, an error occurs if users attempt to delete a column used by a view table.
[en] Reproduction Steps
[en] 1. Log in to the admin client.
[en] 2. In Composer, add a component.
[en] 3. Add a calculation. Name it Calc1.
[en] a. On the Data Sources tab, define Time as the data source.
[en] b. On the Display Columns tab, define Time.Starting as the partition for the calculation.
[en] c. On the Formulas tab, add "1" as the formula.
[en] 4. Add a second calculation. Name it Calc2.
[en] a. On the Data Sources tab, define GroupMember as the data source.
[en] b. On the Display Columns tab, define GroupMember.Starting as the partition for the calculation.
[en] c. On the Formulas tab, add "1" as the formula.
[en] 5. In the component, add a view table.
[en] a. On the Data Sources tab, define both calculations as data sources.
[en] b. On the Restriction tab, define the restrictions as Calc2.Years = Calc1.Years.
[en] c. On the Display Columns tab, select Calc1.Years as the display column.
[en] 6. Edit Calc2 to remove the display column.
[en] 7. Try to edit Calc2 again.
[en] The result is an error occurs when users should not be able to remove display columns that are in use by a view table.