Pass filters to createAttribute to inherit default value defined in this layer

This commit is contained in:
kodumbeats
2021-11-01 20:47:07 -04:00
parent b0b0d91572
commit c2f994a02e
+1
View File
@@ -94,6 +94,7 @@ function createAttribute($collectionId, $attribute, $response, $dbForInternal, $
'array' => $array,
'format' => $format,
'formatOptions' => $formatOptions,
'filters' => $filters,
]);
$dbForInternal->checkAttribute($collection, $attribute);