From 691ba1e8ca96b1eee97d151f2ba8a8bd1f135ec7 Mon Sep 17 00:00:00 2001 From: jekkos Date: Sat, 5 Oct 2024 02:45:39 +0200 Subject: [PATCH] Fix definition flags (#4081) --- app/Helpers/tabular_helper.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 [