Skip to content

#763: Remove weight query on index page

Paul-Gabriel Müller requested to merge 763-removegetfetchedweight into master

Closes #763 (closed)

What does this MR do?

Just delete a couple of lines and one method which is no longer called

How confident are you it won't break things if deployed?

Very confident in the website. If some other component still calls IndexGateway, it will break of course

Links to related issues

How to test

this is only a technical refactoring. Most basic test: Main site (http://localhost:18080/) still loads successfully and is unchanged No Unit test necessary, as I only removed a couple lines.

Screenshots (if applicable)

Any relevant screenshots if this is a design / frontend change

Checklist

  • added a test, or explain why one is not needed/possible...
  • no unrelated changes
  • asked someone for a code review
  • joined #foodsharing-beta channel at https://slackin.yunity.org
  • added an entry to CHANGELOG.md (description, merge request link, username(s))
  • Once your MR has been merged, you are responsible to update the #foodsharing-beta Slack channel about what has been changed here. They will test your work in different browsers, roles or other settings
Edited by Chris Oelmueller

Merge request reports