Conversation
19b6fe2 to
7240717
Compare
|
I've restarted the Admin job, it looks like it got stuck |
|
Thanks @mrcasals 👍, All checks passed! |
tramuntanal
left a comment
There was a problem hiding this comment.
This is a great PR @agustibr !
I've just asked for small change in order to have all the context and logic that cells require encapsulated.
decidim-budgets/app/cells/decidim/budgets/project_selected_badge_cell.rb
Outdated
Show resolved
Hide resolved
decidim-budgets/app/cells/decidim/budgets/project_supports_count_cell.rb
Outdated
Show resolved
Hide resolved
decidim-budgets/app/cells/decidim/budgets/project_voted_hint_cell.rb
Outdated
Show resolved
Hide resolved
bccbade to
0ca9ef1
Compare
00b04e0 to
31c3746
Compare
1c67057 to
7b74c84
Compare
e02961e to
0779513
Compare
|
Thanks @tramuntanal for the review. I've updated the cells Please note that I've renamed two of them, to a more appropriate name:
Please review PR #6223 before merging this one, as this will merge into |
0779513 to
04d6d67
Compare
00aebbc to
320f004
Compare
b07376f to
bc02eac
Compare
bc02eac to
a5961d1
Compare
|
@decidim/core this has been approved by @decidim/product, can you review it please? 😄 |
|
@agustibr can you rebase with |
a5961d1 to
59dc245
Compare
|
@tramuntanal this has been rebased, can you re-review this please? 😄 /cc @decidim/core |
tramuntanal
left a comment
There was a problem hiding this comment.
ok @agustibr good job!
| votes_value = config.dig("votes_enabled") ? "enabled" : "disabled" | ||
|
|
||
| new_config[step] = config.merge("votes": votes_value).except("votes_enabled") | ||
| new_config |
There was a problem hiding this comment.
There's no need to return the object/hash
| new_config |
🎩 What? Why?
Within a budget, Admins can mark selected projects and Participants can see which have been selected.
📌 Related Issues
📋 Subtasks
CHANGELOGupgrade notes, if required📷 Screenshots (optional)
Participant UI
Admin UI