Menu actions order

Hi team,

Is there a way to fix the order of the smart actions in the Actions menu?

Thanks in advance

My setup

    "database_type": "postgres",
    "liana": "forest-express-sequelize",
    "liana_version": "6.6.0",
    "engine": "nodejs",
    "engine_version": "12.13.1",
    "orm_version": "5.22.3"

Hey, not a member of the forest team, but as far as I know, the smart actions appear in the order they are declared in the actions[] array in the forest/entity.js file, maybe check that up?

Hello @Louis-Marie,

It’s possible to customize the order of your smart actions from the layout edition, in the Forest Admin interface.

Steps to follow:

  1. Open your project
  2. Click on your collection
  3. Click on the pencil icon, to enable the layout edition
  4. Click on the Actions button
  5. Reorder the actions with drag and drop

Here is an example of the interface allowing you to do this:
Capture d’écran 2020-12-14 à 10.26.13

1 Like

So simple indeed.

Thank you :+1:

1 Like