We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Clicking a smart relationship shows data in the right hand pane.
Clicking a smart relationship instead shows "No xxx. There are no xxx yet". This happens for all smart relationships.
n/a
This is a sample with three smart relationships, none of which work in 7.8.4 or after:
const Liana = require('forest-express-mongoose'); Liana.collection('Organisation', { fields: [ { field: 'events', type: ['String'], reference: 'Event.id', }, { field: 'locations', type: ['String'], reference: 'Location.id', }, { field: 'servers', type: ['String'], reference: 'Server.id', }, ], });
7.8.3 and before works perfectly. No other variables changed.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Expected behavior
Clicking a smart relationship shows data in the right hand pane.
Actual behavior
Clicking a smart relationship instead shows "No xxx. There are no xxx yet". This happens for all smart relationships.
Failure Logs
n/a
Context
This is a sample with three smart relationships, none of which work in 7.8.4 or after:
7.8.3 and before works perfectly. No other variables changed.
The text was updated successfully, but these errors were encountered: