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

Upgrade decidim to 0.28 #36

Closed
wants to merge 11 commits into from
Closed

Upgrade decidim to 0.28 #36

wants to merge 11 commits into from

Conversation

HHassig
Copy link

@HHassig HHassig commented Jan 10, 2025

Fixes #35

@HHassig HHassig requested review from fblupi and rxnetwalker January 10, 2025 08:24
@@ -0,0 +1,4 @@
# frozen_string_literal: true

Decidim.icons.register(name: "pencil-line", icon: "pencil-line", category: "system", description: "", engine: :core)
Copy link
Member

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.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Removed.

In development_app:
image

However, still the same error in the test_app and subsequent tests...

Copy link
Member

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"
Copy link
Member

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

@fblupi fblupi closed this Jan 17, 2025
@fblupi fblupi mentioned this pull request Jan 17, 2025
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

Successfully merging this pull request may close these issues.

Decidim 0.28 compatibility
2 participants