diff --git a/lib/RoadizCoreBundle/src/Model/AttributeTrait.php b/lib/RoadizCoreBundle/src/Model/AttributeTrait.php
index 17e62954..bb52d5e3 100644
--- a/lib/RoadizCoreBundle/src/Model/AttributeTrait.php
+++ b/lib/RoadizCoreBundle/src/Model/AttributeTrait.php
@@ -365,4 +365,9 @@ public function getTypeLabel(): string
default => 'attributes.form.type.string',
};
}
+
+ public function getAttributeValues(): Collection
+ {
+ return $this->attributeValues;
+ }
}
diff --git a/lib/RoadizRozierBundle/translations/attributes/messages.en.xlf b/lib/RoadizRozierBundle/translations/attributes/messages.en.xlf
index 3a80ce2e..ed667d50 100644
--- a/lib/RoadizRozierBundle/translations/attributes/messages.en.xlf
+++ b/lib/RoadizRozierBundle/translations/attributes/messages.en.xlf
@@ -312,6 +312,11 @@
Attribute %attributeValueId% value does not exist
+
+
+ Usage count
+
+