-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
Add a guide for Migrating to v1 #2518
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
base: main
Are you sure you want to change the base?
Conversation
Upgrade from 0.19 to v1 beta causes the following errors on pages that use custom modifications in view templates:
Plus a bunch of weird frontend issues, like Search input becomes blue on hover, or Datepicker not working at all. Does it use Bootstrap 5 ? and if yes, if the main app already uses Bootstrap 4.6 |
I've extracted your comment out into another issue, so we can better understand it there: #2522 |
This intends to document everything we've heard as reported issues, to try and help users migrate as easily as possible. It will collect a few issues before being merged, but this started with documenting the transitive dependency on `sprockets-rails`. Closes #2514
This addresses some comments raised in #2522.
2b63ada
to
404c6c2
Compare
In future, this should mean that changes to the way you, or Administrate | ||
manages assets should not have an effect on you. However, this is quite a big |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
In future, this should mean that changes to the way you, or Administrate | |
manages assets should not have an effect on you. However, this is quite a big | |
In the future, this should mean that any changes made to assets (coming | |
from you or from Administrate updates) should not have an effect on you. | |
However, this is quite a big |
This intends to document everything we've heard as reported issues, to try and help users migrate as easily as possible.
It will collect a few issues before being merged, but this started with documenting the transitive dependency on
sprockets-rails
.Closes #2514