data-hub icon indicating copy to clipboard operation
data-hub copied to clipboard

Fields from ObjectBricks in Reverse Many-To-Many Object relation

Open devfemme opened this issue 4 years ago • 2 comments
trafficstars

Hello,

It seems like we're not able to use fields from ObjectBrick as owner field for Reverse Many-To-Many Object relation.

In order to reproduce the issue please follow the next steps on demo.pimcore.fun :

  1. There is new ObjectBrick created called "TestRelation" which has only one field "categories" (Many-To-Many Object Relation to Category class)
  2. There is new Object Class called "TestCarRelation" with 2 fields: "name" and "brick" (previously created ObjectBrick)
  3. Create new Reverse Many-To-Many Object relation in Category class to see all linked "TestCarRelation" objects - open Category class -> Relations -> select field "test", scroll down to select owner class "TestCarRelation", try to select owner field -> there is no option in select

Expected result: For Reverse Many-To-Many Object relation for owner field you should be able to select "categories" field from "TestCarRelation" class

devfemme avatar Mar 16 '21 12:03 devfemme

Related https://github.com/pimcore/pimcore/issues/10593

CodeBrauer avatar Aug 23 '22 14:08 CodeBrauer

Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.

github-actions[bot] avatar Jan 21 '24 07:01 github-actions[bot]