lumber icon indicating copy to clipboard operation
lumber copied to clipboard

Install Forest Admin in minutes.

Results 59 lumber issues
Sort by recently updated
recently updated
newest added

We see the following image: ![image](https://user-images.githubusercontent.com/2700564/51311528-6753f100-1a49-11e9-8c8a-acd9445b2f0b.png) Which means that the UI has handled a timeout, and it's not longer waiting for a result. But, the query in the database is...

forest admin related

I have a MySQL database that I tried hooking Forest Admin up to. I had two issues during the project setup: 1. I first tried to set it up on...

Installation worked, got a hooray message, but this error happens when I run it. ``` /Users/path/to/lumber/project/node_modules/sequelize/lib/associations/belongs-to.js:64 this.targetKeyField = this.target.rawAttributes[this.targetKey].field || this.targetKey; ^ TypeError: Cannot read property 'field' of undefined ```...

bug

Hello, I have an object with a time slot : ```javascript { start: 00:00, end: 00:00 } ``` and I want my user to modify it with a smart field,...

I'm triggering a Smart Action on a Smart View with a button, as per the docs. But the records don't appear to be sent to the action route. Button looks...

bug
forest admin related

As per [Forest Docs](https://doc.forestadmin.com/developer-guide/express-sequelize.html#uploading-images), I expect Forest to send my API server a PUT request that I can then extract image data from. Instead Forest sends my API server a...

forest admin related

While deploying using docker to Heroku, I realized that we always need the .env file copied to the image otherwise the node app will throw an exception that it's missing....

enhancement

I have a MySQL database with table which has the following field: ``geolocation: DataTypes.GEOMETRY('POINT')`` While looking into that filed with simple MySQL client it has the following value: ``POINT(34.7787543 32.0708966)``...

enhancement
forest admin related

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...

question
forest admin related

Lumber should handle Postgresql fields having the `integer[]` type, and should create a Sequelize field like this: ``` myArrayOfIntegersField: { type: DataTypes.ARRAY(DataTypes.INTEGER) } ```

enhancement