Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issue Noted: Menus don't appear unless you run php acacia:seed Twice #45

Open
coolsam726 opened this issue May 6, 2022 · 1 comment
Assignees

Comments

@coolsam726
Copy link
Contributor

  • Noted that the first acacia:seed run does not assign appropriate permissions to the user, hence the user cannot see sidebar menus
  • Second run of acacia:seed assigns the permissions and the user can see the menu.
@coolsam726
Copy link
Contributor Author

This could be due to the fact that other modules are seeded before the Users module (in alphabetical order), yet the Users module is the one that seeds the initial admin user. Hence by the time the modules are seeding, there is no user to assign the admin permissions to.
Possible Solution: Ensure the initial admin user is seeded even before all the other modules begin seeding.

@coolsam726 coolsam726 self-assigned this May 10, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant