Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Smart relationship does not query the route #626

Closed
RobinHerzog opened this issue Jul 9, 2021 · 4 comments
Closed

Smart relationship does not query the route #626

RobinHerzog opened this issue Jul 9, 2021 · 4 comments

Comments

@RobinHerzog
Copy link

RobinHerzog commented Jul 9, 2021

Expected behavior

I'm looking to display related data thanks to smart relationship.
Field is created and displayed on UI.

UI should display my data related to the other data

Actual behavior

FA does not call the specific route /organers/:organizer_id/relationships/events
No error

  "dependencies": {
    "body-parser": "1.19.0",
    "chalk": "~1.1.3",
    "cookie-parser": "1.4.4",
    "cors": "2.8.5",
    "debug": "~4.0.1",
    "dotenv": "~6.1.0",
    "express": "~4.17.1",
    "express-jwt": "5.3.1",
    "forest-express-mongoose": "^7.8.4",
    "mongoose": "^5.13.2",
    "morgan": "1.9.1",
    "require-all": "^3.0.0"
  },
@CameronLayUp
Copy link

Hi @RobinHerzog, were you able to fix this? I'm having the same issue.

@RobinHerzog
Copy link
Author

No I could not fix it yet

@CameronLayUp
Copy link

I can confirm that this broke after v7.8.4. It works as it should in v7.8.3 but is broken in any version after it, even v8

@t1bb4r
Copy link

t1bb4r commented Jul 29, 2021

I think it might have been fixed here, https://github.com/ForestAdmin/forest-express-mongoose/pull/639/files, tagged v8.0.1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants