-
-
Notifications
You must be signed in to change notification settings - Fork 408
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
Update create participatory process command. #1334
Conversation
Codecov Report
@@ Coverage Diff @@
## master #1334 +/- ##
=========================================
- Coverage 95.47% 95.17% -0.3%
=========================================
Files 420 393 -27
Lines 7202 6825 -377
=========================================
- Hits 6876 6496 -380
- Misses 326 329 +3
Continue to review full report at Codecov.
|
Codecov Report
@@ Coverage Diff @@
## master #1334 +/- ##
==========================================
- Coverage 95.47% 95.41% -0.06%
==========================================
Files 420 410 -10
Lines 7202 7086 -116
==========================================
- Hits 6876 6761 -115
+ Misses 326 325 -1
Continue to review full report at Codecov.
|
* Adding Types to graphql * GraphQL api syntax for Decidim, HashTag, Organization, Scalar Refactory * Using deprecated DSL to avoid ! issues (graphql - #1334) * Fix failing tests * Linters * Update decidim-api/lib/decidim/api/test/type_context.rb Co-authored-by: Ivan Vergés <[email protected]> * Update decidim-core/lib/decidim/core/engine.rb Co-authored-by: Ivan Vergés <[email protected]> * Use full Namespace for GraphQL types Co-authored-by: Ivan Vergés <[email protected]>
* Adding Types to graphql * GraphQL api syntax for Decidim, HashTag, Organization, Scalar Refactory * Using deprecated DSL to avoid ! issues (graphql - #1334) * Fix failing tests * Linters * Adding tests for accountability * Adding blogs integration tests * Partial work on budgets * Update sortition_type.rb * Add more tests for other components * Update decidim-api/lib/decidim/api/test/type_context.rb Co-authored-by: Ivan Vergés <[email protected]> * Update decidim-core/lib/decidim/core/engine.rb Co-authored-by: Ivan Vergés <[email protected]> * Linters on the project * Fixing failing tests * Fix failing tests * Attept to fix failing tests * Attempting to fix failing test * Fixing tests * Refactor the tests * Breaking the assertion to understand why is failing * Breaking the assertion to understand why is failing * Attempting to fix test * Attempting to fix test * Adding tests for assemblies, conferences, consultations, initiatives * Initiative type integration test + linting * Enhance test on survey * Lint tests Co-authored-by: Ivan Vergés <[email protected]>
🎩 What? Why?
When an user creates a new PP as an admin, some of the optional fields weren't saved properly with the
create_participatory_process
command.This PR updates this attribute list to solve the issue, fixes the redirect_to and add
map_model
method to the respective form to fix some rendering issues.📌 Related Issues
📷 Screenshots (optional)
👻 GIF