-
Notifications
You must be signed in to change notification settings - Fork 1
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
Upgrade decidim to 0.28 #36
Conversation
config/initializers/decidim_icons.rb
Outdated
@@ -0,0 +1,4 @@ | |||
# frozen_string_literal: true | |||
|
|||
Decidim.icons.register(name: "pencil-line", icon: "pencil-line", category: "system", description: "", engine: :core) |
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.
We shouldn't need to do this. We should find where we are using those icons and replace them with existing ones. Because you will see an empty one if the icon is not registered.
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.
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.
You don't need this file as you are not updating an instance
@@ -192,5 +192,6 @@ | |||
"dependencies": { | |||
"@rails/actioncable": "6.1.7", | |||
"select2": "^4.1.0-rc.0" | |||
} | |||
}, | |||
"packageManager": "[email protected]+sha512.a6b2f7906b721bba3d67d4aff083df04dad64c399707841b7acf00f6b133b7ac24255f2652fa22ae3534329dc6180534e98d17432037ff6fd140556e2bb3137e" |
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.
Why installing yarn here? You should not include this
Fixes #35