gobierto
gobierto copied to clipboard
Plataforma de gobierno abierto open source
The current tests battery on master contains errors. - [ ] tests_admin - [ ] tests_others - [ ] tests_people They should be fixed to avoid other PRs introduce new...
When params are set, user fields can't be edited by the user. Fields should behave and look like the email one when you are confirming your account. We should create...
For sites with a large number of pages: 1. Go to the form to edit a CMS page 2. The information needed to fill in the select of the parent...
Closes #3928 ## :v: What does this PR do? Refactorize _investments_ module in order to replace the ad-hoc filters sidebar with the vue component, available in _data_ module for instance....
Bumps [vue](https://github.com/vuejs/core) from 2.7.16 to 3.0.0. Changelog Sourced from vue's changelog. 3.0.0 (2020-09-18) 3.0.0-rc.13 (2020-09-18) Bug Fixes hmr: make hmr working with class components (#2144) (422f05e) reactivity: avoid length mutating...
## :v: What does this PR do? This PR prevents exceptions that happen when a project of a Plan is published but its published version is not set. This should...
## :v: What does this PR do? This PR adds the changes required to display the investments projects for Mataró with the most recent requirements: * Change filters and allow...
A project should not be published without a published version. I have not been able to get the result from the interface, but once the case occurs it is impossible...
## :v: What does this PR do? Unexpected. Adds the before_action required to configure a homepage module in the root url and prevent duplicates. This is happenning in Gencat visualization,...
Ideally speaking, removing the `yarn.lock` file and re-running `yarn install` should be harmless... but it's not. Indeed, the application cannot even compile. Review what dependencies are disturbing, and try to...