decabeza
4064fea1e5
Remove button to remove image
...
This image still can be removed with edit button.
2019-04-24 13:57:08 +02:00
decabeza
0517ae04a6
Remove consul logo
2019-04-24 13:57:04 +02:00
decabeza
21e6e8097f
Update i18n texts
2019-04-24 13:56:49 +02:00
decabeza
cb22e6cbfb
Merge branch 'master' into proposal-dashboard
2019-04-23 17:12:47 +02:00
Raimond Garcia
b230cd29ab
Merge pull request #3414 from consul/upgrade_to_rails_5
...
Upgrade to rails 5
2019-04-23 16:26:14 +02:00
Julian Herrero
defbb25ec5
Fix Devise deprecation warning
...
DEPRECATION WARNING: [Devise] `DeviseHelper.devise_error_messages!`
is deprecated and it will be removed in the next major version.
To customize the errors styles please run `rails g devise:views` and
modify the `devise/shared/error_messages` partial.
We will render the resource errors instead fo calling the deprecated method.
2019-04-17 17:40:56 +02:00
Angel Perez
cb1ed017f9
Use separator key when parameterizing arguments
2019-04-17 17:40:55 +02:00
rgarcia
a4f0161aa8
fixes specs related to ActionController params
2019-04-17 17:40:55 +02:00
alejandro
bafab3b769
fixes some deprecation warnings
2019-04-17 17:40:52 +02:00
Julian Herrero
7e422f2187
Fix bug management print voted investments
...
If budget is in balloting phase and there are voted investments, it
was not possible to print budgets investments because the ballot was
never being loaded in the controller and therefore an error was raised
when rendering the view.
Failure/Error: <% if ballot.has_investment?(investment) %>
ActionView::Template::Error:
undefined method `has_investment?' for nil:NilClass
app/views/budgets/investments/_ballot.html.erb:3
app/views/budgets/investments/_investment.html.erb:88
app/views/custom/management/budgets/investments/print.html.erb:26
2019-04-17 14:19:32 +02:00
rgarcia
1077a632cb
permits parameters in urls
2019-04-16 17:28:07 +02:00
alejandro
2de51d1888
Changes autorize path method.
...
Devise api changed autorize path method
2019-04-16 17:28:07 +02:00
María Checa
394177213c
Adds Ballot Sheet model and business logic
2019-04-10 16:04:39 +02:00
María Checa
ccf8d3a8e2
Adds ballot sheets controller and main views
2019-04-10 16:03:47 +02:00
Javier Martín
3ccdf039e4
Merge pull request #3344 from consul/backport-budget_ballots
...
Allow voting Budget Investments in booths
2019-04-09 13:54:00 +02:00
decabeza
94b8caffca
Merge branch 'master' into proposal-dashboard
2019-04-04 14:08:30 +02:00
decabeza
bee616c878
Fixes manage assignments button overlapping
2019-04-03 22:28:19 +02:00
decabeza
429edd0745
Hides total final and total recount cells on budget poll recounts
2019-04-03 22:28:17 +02:00
lalo
237a03552f
Move admin budget investments tabs filters to advanced filters component
2019-04-03 22:27:48 +02:00
decabeza
fcbb11b26e
Hides question menu on budget poll and changes redirect when create
2019-04-03 22:23:32 +02:00
rgarcia
6fa7562181
Automatically create a budget poll if it does not exist
2019-04-03 22:23:22 +02:00
María Checa
f6739dc7e5
Adds "Admin ballots" button in admin budgets index
2019-04-03 22:20:05 +02:00
Javier Martín
12bccf3fd0
Merge pull request #3364 from LextrendIT/3357_add_admin_investments_advanced_filter_for_max_supports
...
Add on admin budget investments an advanced filter for max supports
2019-04-03 21:39:15 +02:00
Javier Martín
d85743bf68
Merge pull request #3356 from LextrendIT/feature/module_15_extract_costs_from_admin_investments_feasability_column
...
Add price column in the admin budget investments table
2019-04-03 21:29:31 +02:00
Javier Martín
62233191cf
Merge pull request #3345 from consul/backport-polls-officer-for-voter
...
Add officing booths
2019-04-03 18:26:05 +02:00
lalo
9edaf44b9c
Add new admin budget investments advanced filter for max supports
2019-04-03 13:39:59 +02:00
lalo
0a5057a0a8
Add max support advanced filter for admin budget investments
2019-04-02 19:46:16 +02:00
decabeza
d7bde5818e
Update texts on check my ballot links
2019-03-28 17:16:15 +01:00
decabeza
17730a41dd
Hides not to vote at this time button if already voted
2019-03-28 15:50:34 +01:00
decabeza
170cc45a20
Shows message on index if officer has no shifts
2019-03-28 15:50:34 +01:00
rgarcia
9329e4b6ea
hot fix current booth
2019-03-28 15:50:34 +01:00
Bertocq
9c7962c3a6
Check poll recount values for booth votes on admin panel
2019-03-28 15:49:17 +01:00
rgarcia
4761ac91bd
Displays officing booth in layout
2019-03-28 15:47:52 +01:00
rgarcia
9c59c8b68e
displays booth location instead of booth name
2019-03-28 15:47:52 +01:00
rgarcia
b4499321d3
stores officer booth on sign in
2019-03-28 15:47:52 +01:00
rgarcia
cc4eed3500
fixes specs
2019-03-28 15:47:52 +01:00
decabeza
2af154d539
Merge branch 'master' into proposal-dashboard
2019-03-28 01:26:04 +01:00
decabeza
91be3cf775
Fix more hound warnings
2019-03-27 15:22:14 +01:00
decabeza
e5bff01027
Replace incoming filter on dashboard polls
...
Add starts_at attribute intead of incoming because this scope doesn't exists anymore.
2019-03-26 18:25:35 +01:00
decabeza
898d409c47
Improve layout for user proposal view
2019-03-26 18:22:19 +01:00
decabeza
eda6ea7f12
Merge branch 'master' into dashboard
2019-03-26 16:45:48 +01:00
Alberto
29a87e2746
Merge branch 'dashboard' into dashboard-polish
2019-03-26 12:19:20 +01:00
Raimond Garcia
f6526f4a45
Merge pull request #3271 from Platoniq/dashboard-user-communication
...
Dashboard user communication
2019-03-26 12:10:18 +01:00
Javi Martín
3e4e65ead7
Use double quotes inside ERB
...
We were using single quotes inside ERB code when that code was inside
HTML double quotes.
2019-03-25 14:58:54 +01:00
Javi Martín
4c35df4812
Use double quotes inside string interpolation
2019-03-25 14:58:54 +01:00
Javi Martín
2b4e1cf358
Add missing double quotes
...
We overlooked a few single quotes while we changed thousands of them.
2019-03-25 13:22:35 +01:00
decabeza
21c6da3767
Use min age to participate setting on verification residence form
2019-03-22 16:15:48 +01:00
Senén Rodero Rodríguez
5e98c23be5
Fix HTML markup
...
We cannot use 'id' html attributes on nested answers
because there will be many answers form each question so
this would have generated invalid HTML.
2019-03-21 14:51:17 +01:00
Senén Rodero Rodríguez
0d3e20f370
Fix dashboard poll form nested questions and answers
...
Nested remove association links were not working properly because of
missing Cocoon needed CSS class
2019-03-21 14:51:17 +01:00
Senén Rodero Rodríguez
9d9ad5003b
Add given_order to related poll question answers forms
...
Since given order is no longer being generated automatically we need
to add it to related forms and to strong parameters methods
2019-03-21 14:51:17 +01:00