liquidvotingio / decidim-module-liquidvoting

GNU Affero General Public License v3.0
4 stars 0 forks source link

Remove component and votes controller #38

Closed davefrey closed 3 years ago

davefrey commented 3 years ago

This backs out the component stuff, and drops the unused VotesController.

Note you'll want to remove the 'liquidvoting' record from decidim_components, or you'll have a weird no method error.

This is still broken in the same ways for ajax delegations (missing current_component etc); I'm playing with base controllers to get that resolved.

davefrey commented 3 years ago

I see this is not based off master like I'd intended, it has some async WIP in it.

I'm going to close the PR and split out the work properly.