Unable to Disable text index for columns of cmdb_ci_query_based_service table Issue ProblemWhen attempting to disable text index for columns of the cmdb_ci_query_based_service table by adding the attribute No text index = true, the attribute is temporarily saved but disappears upon refreshing the page, Steps to reproduce 1. Go to the table definitions=> System Definition > Tables2. Search by: cmdb_ci_query_based_service3. Open the record4. On the columns, open one of the columns you want add the property.=> Ex: attestation_status5. Add and set No Text Index attribute and nothing was added after saveReleaseGenericCauseRoot CauseThe issue is due to the need to update the descendant element instead of the cloned read-only version of the column record.ResolutionSteps to Resolve1. Go to the table definitions via System Definition > Tables2. Search for cmdb_ci_query_based_service and open the record3. Select one of the columns (e.g., attestation_status)4. Open the column record and look for a message indicating 'This cloned descendant element is read-only, Click here to open editable first element (cmdb_ci.attestation_status) in a new window.'5. Click the provided Click-here link to access the editable version6. Add the attribute No Text Index with a value of true in the new window7. Return to the original record and verify the attribute is now visible