Skip to content

Commit

Permalink
Fix seed with multilanguage organizations
Browse files Browse the repository at this point in the history
  • Loading branch information
andreslucena committed Jul 26, 2024
1 parent a95dd25 commit fb8011a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/seeds.rb
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

puts "-- Changing the organization's name to Metadecidim"
organization = Decidim::Organization.first
organization.update!(name: 'Metadecidim')
organization.update!(name: { en: "Metadecidim" })

puts "-- Applying corporative colors"
organization.update!(colors: { alert: "#e7131a", primary: "#c8102e", success: "#28a745", warning: "#ffb703", tertiary: "#ebc34b", secondary: "#1a5fb4"})
Expand Down

0 comments on commit fb8011a

Please sign in to comment.