-
Notifications
You must be signed in to change notification settings - Fork 126
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
Missing Drop Down options creating a new User or adding a membership after migration to new System #2101
Comments
Looks like searchable selects are not initializing correctly. Are there JS errors? Regarding migrations, you need to run |
No, there are no JS errors in my browser console. Is there any configuration i could provide to you for better insights? |
Let's take a look at your |
This is the whole content of that file
|
i have added Im somewhat confused, that this line was not added by the installation in the first place. |
Maybe because you installed Active Admin in Webpacker mode? |
That could be the source of the problem. I see that i made a lot thinks worse by experimenting. I would like to provide a suggestions for the documentation for others not to make the same mistakes i made which solely were based on assumptions and which we all clarified. What would be the proper workflow for that? But with that this issue can be closed now. Thanks a lot.... again 😅 |
Happy to accept pull requests with additions to |
Hello,
as described in #2098 i moved an old pageflow installation to a new system.
I migrated the database as well as the theme data within the filesystem.
But now i have the problem that i cant add new accounts to a user. Typically this works via the membership view where there is a user select-box at the top but this select box is empty:
Something similar happens, when creating a new User:
The only Account i can select in the dropdown is the default
Pageflow
AccountCould it be possible that i am missing some migrations? How can i check if there are migrations missing?
I tried to look through the pageflow code and im getting the feeling, that it is a database issue in my case.
But since i have no Ruby know-how im not sure at all.
Thanks in advance and best regards
Ronald
The text was updated successfully, but these errors were encountered: