GithubHelp home page GithubHelp logo

Comments (11)

arnaudbesnier avatar arnaudbesnier commented on May 27, 2024 1

Hi @znarf,

We reproduced the issue.
The team is currently working on a fix.

If you need a safe spot, you should definitively downgrade your forest-express-sequelize package version to v6.3.6.
We’ll let you know once a new patch version is available.

Thanks for your patience.

from forest-express-sequelize.

arnaud-moncel avatar arnaud-moncel commented on May 27, 2024

Hi @znarf 👋 Thank you to your feedback.
We currently try to reproduce your issue.
If you want, you can follow the discussion on our forum.
I will keep you update.

from forest-express-sequelize.

znarf avatar znarf commented on May 27, 2024

@arnaud-moncel could it be that our forest schema is out of date?

Note, our code is Open Source if you want to have a look:

from forest-express-sequelize.

arnaud-moncel avatar arnaud-moncel commented on May 27, 2024

Maybe a miss configuration of this field ?

Can you try to find in your .forestadmin-schema.json the declaration of your field?

 {
      "field": "fullName",
      "type": "String",
      "defaultValue": null,
      "enums": null,
      "integration": null,
      "isFilterable": false,
      "isReadOnly": true,
      "isRequired": false,
      "isSortable": false,
      "isVirtual": true,
      "reference": null,
      "inverseOf": null,
      "validations": []
 }

And see if isVirtual is set to true.

from forest-express-sequelize.

znarf avatar znarf commented on May 27, 2024

Looks good:
https://github.com/opencollective/opencollective-api/blob/master/.forestadmin-schema.json

        {
          "field": "fullname",
          "type": "String",
          "defaultValue": null,
          "enums": null,
          "integration": null,
          "isFilterable": false,
          "isReadOnly": true,
          "isRequired": false,
          "isSortable": false,
          "isVirtual": true,
          "reference": null,
          "inverseOf": null,
          "validations": []
        },

from forest-express-sequelize.

arnaud-moncel avatar arnaud-moncel commented on May 27, 2024

What is your project name please ? I will take a look about configuration on our end.

from forest-express-sequelize.

znarf avatar znarf commented on May 27, 2024

@arnaud-moncel "Open Collective.1"

from forest-express-sequelize.

forest-bot avatar forest-bot commented on May 27, 2024

🎉 This issue has been resolved in version 6.3.10 🎉

The release is available on:

Your semantic-release bot 📦🚀

from forest-express-sequelize.

ghusse avatar ghusse commented on May 27, 2024

@znarf can you try the latest version 6.3.10 which contains the fix for your issue?

from forest-express-sequelize.

znarf avatar znarf commented on May 27, 2024

@ghusse it's on its way opencollective/opencollective-api#4527, will update you when it's live.

from forest-express-sequelize.

znarf avatar znarf commented on May 27, 2024

All good!

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.