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:
- Open your project
- Click on your collection
- Click on the pencil icon, to enable the layout edition
- Click on the Actions button
- Reorder the actions with drag and drop
Here is an example of the interface allowing you to do this:
1 Like