Code Monkey home page Code Monkey logo

Comments (8)

aldendaniels avatar aldendaniels commented on May 27, 2024 1

@arnaudbesnier I mainly expect to be able to click on the record in forest and see the detail view 🙃

The issue is just the incompatibility between forest and forest-express-sequelize in this scenario. Putting null in the URL seems reasonable AFAICT.

from forest-express-sequelize.

arnaudbesnier avatar arnaudbesnier commented on May 27, 2024 1

We'll add an issue to fix in our next sprints.
I'll let you know once fixed.

Thank you for the feedback!

from forest-express-sequelize.

arnaudbesnier avatar arnaudbesnier commented on May 27, 2024

Hi @aldendaniels,

I guess you would expect that:

record/451836/fielda-fieldb-null/details

to be

record/451836/fielda-fieldb-/details

right?

from forest-express-sequelize.

arnaudbesnier avatar arnaudbesnier commented on May 27, 2024

@aldendaniels we've investigated the issue you have. One thing that we'd like to know is your database type (Postgres, MySQL, MSSQL, ...).
Actually "real" composite primary keys cannot contain null values (at least on Postgres and MySQL).

Maybe you've defined some primary keys in you Sequelize model that are a primary key column in the database. Am I wrong?

from forest-express-sequelize.

aldendaniels avatar aldendaniels commented on May 27, 2024

@arnaudbesnier I'm using Postgres. You appear to be correct! The column was marked as a primary key in the ORM, but it's not actually a primary key. Thanks for the help!

I created the model using lumber, which seems to have incorrectly identified the primary keys, but that would be a separate issue

from forest-express-sequelize.

arnaudbesnier avatar arnaudbesnier commented on May 27, 2024

Yes it is a know issue about Lumber: ForestAdmin/lumber#85.

from forest-express-sequelize.

arnaudbesnier avatar arnaudbesnier commented on May 27, 2024

We have a added some code for protection in case of database/ORM different PK configuration.

from forest-express-sequelize.

lucasscariot avatar lucasscariot commented on May 27, 2024

Fixed on the version 1.3.5

from forest-express-sequelize.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.