forest-express-mongoose icon indicating copy to clipboard operation
forest-express-mongoose copied to clipboard

🌱 ExpressJS/Mongoose agent for Forest Admin to integrate directly to your existing ExpressJS/Mongoose backend application.

Results 73 forest-express-mongoose issues
Sort by recently updated
recently updated
newest added

## Expected behavior We deselect certain fields by default in some of our models. An example would be the password field in the user object. When we see the object,...

Was trying to do some business logic when deleting a document via the extended Admin API. When I returned an error message to forest, the intended-to-be-deleted document cannot be viewed....

## Expected behavior The expected behavior is to get the references filter working for all collections in all collections. ## Actual behavior Some collections have references fields on others collections...

help wanted

## Expected behavior I should be able to access a collection in ForestAdmin ## Actual behavior I get the message _"Oops, something went wrong"_ when I try to access a...

``` //models/MyModel.js const mongoose = require('mongoose'); const MyModelSchema = new mongoose.Schema({ f1: { type: String }, },{autoIndex: true, toObject: { virtuals: true }, toJSON: { virtuals: true }}); MyModelSchema.virtual('forest').get( function...

✨ enhancement

## Expected behavior When creating a custom chart with a filter that is applied to related data (using only the options provided in the UI), I expect the chart to...

bug

## Expected behavior `postSave` called and make use of mongoosastic plugin through the index method which indexes the model in Elasticsearch ## Actual behavior `index` is undefined ## Failure Logs...

bug
help wanted

composite mongoose types aren't serialized, for example `mongoose.Schema.Types.Point`

✨ enhancement

My build will output javascript source map files using Babel. The `init` function from `forest-express-mongoose` will try to load these files as they are co-located with other model files after...

help wanted

Hi, I have created multiple smart fields for a model. I then created a smart relationships to display this model on related data for an other model but here, i...

✨ enhancement
help wanted