diff --git a/app/Helpers/tabular_helper.php b/app/Helpers/tabular_helper.php index 971a542e7..79ea9af04 100644 --- a/app/Helpers/tabular_helper.php +++ b/app/Helpers/tabular_helper.php @@ -708,7 +708,7 @@ function get_attribute_definition_data_row(object $attribute_row): array } else { - $definition_flags = implode(', ', $attribute->get_definition_flags()); + $definition_flags = implode(', ', $attribute_row->definition_flags); } return [