Hi everyone!
We’ve released the following platform improvements this week:
SF 2021.2 and up
- 20221207 - Updated delete column task in relation to parent_col
- Previously when deleting a column from a table, that was also used as the parent column in the tree (Subjects > Components > Tree), the column that it was assigned to as a parent column would also be deleted. Since this was undesirable behavior, this has been updated. When deleting a column that is used as a parent column, this value will simply be emptied on the tree settings of that table. The column which used to have a parent assigned to it will continue to exist and only the parent column is actually deleted.
-
- 20221208 - Mismatching parameter count code generation
- When a template has multiple parameters on a line, the source code generation job in the generation screen will now always generate code with the maximum number of lines based on the available parameters for a line.Previously, it would generate the number of lines based on the number of occurrences of the last (alphabetical) parameter.This would cause a discrepancy in generated code between the source code generation process and code generated with the functionality screen.Generally speaking, parameter count mismatches are erroneous. But when the parameter with fewer occurrences would simply be commented-out, this could cause missing code lines in proper code blocks.
-
- 20221207 - Updated OpenID provisioning procedure
- When no tenant can be derived from the claim mapping, the user groups will now correctly be created using the default tenant as configured in the user template.
-