akvo-rsr
akvo-rsr copied to clipboard
Akvo Really Simple Reporting
### What were you doing? On the Results Admin tab - http://localhost/my-rsr/projects/3/results-admin The Approved Results tab is missing in the new user interface  ### What should've happened? When viewing...
I am self-hosting running the latest code from the master branch, when adding a Budget item in the project editor I am getting **_something went wrong label: Invalid pk "40"...
### What were you doing? - create a training environment - open the landing page - wait until it crashes / turns white After looking on the server, one sees...
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.10. Commits 8cd4c6c 1.5.10 ce7a01f [fix] Improve handling of empty port 0071490 [doc] Update JSDoc comment a7044e3 [minor] Use more descriptive variable name d547792 [security]...
Bumps [node-sass](https://github.com/sass/node-sass) from 4.13.1 to 7.0.0. Release notes Sourced from node-sass's releases. v7.0.0 Breaking changes Drop support for Node 15 (@nschonni) Set rejectUnauthorized to true by default (@scott-ut, #3149) Features...
While working on #4809 and testing the changes, it was discovered that the `ProjectEditorValidationSet` in production is called "DGIS modified" in the DB. In the frontend it's hardcoded as "MWC...
### What are you trying to do? More easily find a user in the extensive list of RSR users. ### Describe the solution you'd like When trying to assign a...
# Problem When running IATI checks, the validation sets assigned to a project aren't used. This might mean that there are some invalid exports example: [results check](https://github.com/akvo/akvo-rsr/blob/master/akvo/iati/checks/fields/results.py#L22). # Goals -...
After the introduction of project hierarchies (#4710) using `ltree`, once the db is created, tests can't delete it and rerun migrations. `ltree` is an extension that has to be activated...
#4767 introduced a django command to clean up untitled and unpublished projects. Right now it's a one-off script, but we have the possibility to run it as a cronjob at...