Skip to content

upgraded store module to a webpack module

chandi requested to merge store-webpack into master

What does this MR do?

  • adds the Store module to the list of webpack modules and reuses the legacy js files for this, so that existing code will still work

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

mostly

Checklist

  • added a test, or explain why one is not needed/possible...
    i tried to extend the CreateEditStoreCept.php to test the typeahead addresspicker without success. Couldn't even figure out a way to trigger the dropdown with js injection
  • 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))
Edited by Chris Oelmueller

Merge request reports