-
## Expected behavior
sinon.stub(liana, 'ensureAuthenticated') should stub the ensureAuthenticated
## Actual behavior
stub does not address liana 'ensureAuthenticated', and code in `forest-exp…
-
## Expected behavior
There should be a way to manually tell FA that some models are has-many-embeded.
The Forest Admin UI display sub document as embeded.
## Actual behavior
The Forest Admin…
-
Hello!
I'm trying to override a route by using the snippet provided here https://docs.forestadmin.com/woodshop/how-tos/translate-your-project-into-typescript/v8/migrate-sequelize-files#override-yo…
-
## Expected behavior
When editing the content of a record in a "related data" set that triggers a custom action, I would expect the custom response from that action to be rendered as a message in t…
-
## Expected behavior
Should see the value in the field
## Actual behavior
In DB I got a field 'invite_by_id' which is a field from Devise Invitable - the value if invisible but I can filter…
-
## Expected behavior
I have couple models that I am experiencing this weird behaviour for: 'stashes', 'filters' and 'plans' however models called 'meals' or 'steps' work fine. My model id should be…
-
At my React app I have a component with a `dangerouslySetInnerHTML` attribute.
Mongoose Post model provides a content field for this component and I'm stuck with Rich Text Editor field in ForestAdm…
-
## Steps to reproduce
1. Map the model attribute `createdAt` to field `created_at`
2. Create line dashboard grouping by createdAt attribute
## Expected behavior
Dashboard show no error.
## Ac…
-
## Expected behavior
Order of the fields is saved after app restart, as it should be according to the documentation.
https://docs.forestadmin.com/documentation/reference-guide/views/using-the-layo…
-
Hi,
I'd like to integrate InvoiceNinja into Forest, by taking inspiration on the Stripe integration. After digging around the integration code, I realize it will be difficult for me to do that with…