We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1658dd1 commit 5430079Copy full SHA for 5430079
1 file changed
inc/object.class.php
@@ -861,6 +861,8 @@ function rawSearchOptions() {
861
// Prevent usage of reserved and blacklisted indexes
862
$taken_indexes = array_merge($index_exceptions, $blacklisted_indexes);
863
864
+ plugin_genericobject_includeCommonFields(true);
865
+
866
foreach (PluginGenericobjectSingletonObjectField::getInstance(get_called_class())
867
as $field => $values
868
) {
0 commit comments