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

## Expected behavior I am trying to generate a new backend application: $ lumber generate "Fine" --connection-url "postgres://postgres:testpwd@localhost:5432/en_memoir_development"... ## Actual behavior TODO: What is the current behavior? ## Failure Logs...

## Expected behavior My test-panel backend app to start ## Actual behavior The docker image built, but the entrypoint error'd out ## Failure Logs These are the logs when the...

I have Postgres 10 instance with a keyword table with an uuid column like this: ``` CREATE TABLE "keyword" ( "uuid" "uuid" DEFAULT "public"."uuid_generate_v4"() PRIMARY KEY, "createdDate" timestamp without time...

enhancement

## 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-layout-editor-mode/customizing-the-table-view#show-hide-fields ## Actual behavior I was able to save successfully...

## Expected behavior Hi there. I have the goal of displaying data that is inherited as a tree of linked data. In the 'Product Categories' collection, I have related data...

invalid

Hallo there, I've read these [docs](https://doc.forestadmin.com/developer-guide/lumber.html#searching-on-a-smart-field) hundred of times, trying to make it work, but still I am encountering issues. Following the documentation, it's quite straightforward to search in a...

forest admin related

## Expected behavior Generate new project ## Actual behavior Cannot creating with mongo error `> Cannot generate your project. > An unexpected error occured. Please create a Github issue with...

## Expected behavior Expected to be able to click on my table in Forest Admin and see the contents of the table. ## Actual behavior Having the message "Oops, something...

bug

My application we are using TypeORM for models https://github.com/typeorm/typeorm , however, lumber generates sequelize models files, so it means we need to keep updated the squelize models to match the...

enhancement