debtcollective / parent

1 stars 0 forks source link

`discourse-seed` cannot update groups #142

Closed berleant closed 6 years ago

berleant commented 6 years ago

Reproduce:

  1. Check out discourse-seed and uncomment the update groups line in seeds/collectives.js
  2. Run discourse-seed on a brand-new discourse. It is now populated with all the groups.
  3. Edit one of the properties of collectiveGroupDefaults (e.g. visibility_level)
  4. Re-run discourse-seed. It will fail with a 404: The action \'update\' could not be found for Admin::GroupsController

Acceptance criteria

Since this is unlikely to actually come up in production, this is low-priority.

sarayourfriend commented 6 years ago

discourse-seed is deprecated and this has been fixed with the discourse-import