New Forest Schema not taken into account

Hey guys,
I added two new tables to my api which is connected to Forest. In local environment this is fine, Forest shows me the new created table, their smart actions etc. But in production Forest Admin doesn’t update with the new table… Can you help me ?

Expected behavior

Forest Admin should show the 2 news table I introduced

Actual behavior

Forest don’t take into account the new .forestadminSchema …

  • Package Version: forest-express-sequelize 2.16.1
  • Express Version: express 4.15
  • Sequelize Version: 4.38
  • Database Dialect: POSTGRES
  • Database Version:
  • Project Name: Pricing

Hi @JuP,

I just took a look to see if I can locate something wrong, but everything seems fine on my end for your .forestadmin-schema. Could you check in layout mode if your collection are not hidden ?

image

We’ve recently released a feature that automatically hide new collection on environment, but if that’s not your case, I could refresh the cache associated to your project.

1 Like

OMG so sorry it was just that. Why this is hidden by default ? :frowning:

Well actually I have an other issue… The tables shows up bot not their smart actions …

Ok same kind of problem here, sorry

I guess this is exactly the same issue for your smart actions :smiley:
(Go to your Collection setting > Smart actions)

Yes it wah hidden too… I wasn’t aware about this decision to hide new implementations by default…

This was mainly done to allow you to choose when your users are allowed to see the recent changes you’ve made.

For example, smart actions were previously allowed by default once you’ve released. If you wanted to set restriction for theses smart actions, you would have to do it “fast” (User can be able to trigger smart actions between your release and the time you set the associated restriction). Now, you are able to restrict access before your users can see those.

Since this is a recent feature, feel free to make any feedback on this :pray:

The idea is good. I was just not aware :frowning:
It would be good to have a pop up message displayed for admin users to tell new integrations have been made but are currently hide.

2 Likes

It would be great this can be configurable