Skip to content

[Grid] AdvancedColumnCollector exception #1652

@Corepex

Description

@Corepex

Hi Team,

If you open the data-object folder with the ID 695 you get several endpoint errors.

See:
http://localhost/pimcore-studio/api/data-object/grid/available-columns?classId=EF_FD&folderId=695
http://localhost/pimcore-studio/api/data-object/grid/configuration/695/EF_FD

I added the following lines to check if that already fixes the issue:

if($classDefinition !== null) {
    $classIds[] = $classDefinition->getId();
}

That brings then the following error:

Image

Best guess would be that back in the days Category was named ProductCategory and this name is still in there.
Please have a look and check why that occures and how to prevent it.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions