diff --git a/docs/pages/dev/how_to/add_new_permission/add_new_permission.md b/docs/pages/dev/how_to/add_new_permission/add_new_permission.md index 5b5b72203a..24d3e93b88 100644 --- a/docs/pages/dev/how_to/add_new_permission/add_new_permission.md +++ b/docs/pages/dev/how_to/add_new_permission/add_new_permission.md @@ -13,6 +13,7 @@ - Add the permission to a module from `MODULE_PERMISSIONS` - If no existing module fits, create one (see exiting modules for inspiration) - If a new module is created, add it to `MODULES` (in the same file) +- If it's a new module run migration to add it in modules options for the account ## 3. Include the permission in the corresponding group - Go to `/hat/menupermissions/constants.py`