diff --git a/rsconcept/backend/apps/oss/models/OperationSchema.py b/rsconcept/backend/apps/oss/models/OperationSchema.py index 71cc2e77..402d62d4 100644 --- a/rsconcept/backend/apps/oss/models/OperationSchema.py +++ b/rsconcept/backend/apps/oss/models/OperationSchema.py @@ -197,6 +197,7 @@ class OperationSchema: parent = parents.get(cst.pk) assert parent is not None Inheritance.objects.create( + operation=operation, child=cst, parent=parent ) diff --git a/rsconcept/frontend/src/components/select/PickSubstitutions.tsx b/rsconcept/frontend/src/components/select/PickSubstitutions.tsx index 3fc50fe4..dfb35f9a 100644 --- a/rsconcept/frontend/src/components/select/PickSubstitutions.tsx +++ b/rsconcept/frontend/src/components/select/PickSubstitutions.tsx @@ -140,13 +140,11 @@ function PickSubstitutions({ () => [ columnHelper.accessor(item => item.substitution_source?.alias ?? 'N/A', { id: 'left_schema', - header: 'Операция', size: 100, - cell: props =>