Page MenuHomePhabricator

Cannot remove invalid members from cohort
Closed, ResolvedPublic3 Estimated Story Points

Description

Firefox-only bug

When trying to remove an invalid user from a cohort nothing happens. The console reports "event is not defined" on line 63 of cohortMembership.js

To reproduce:

  1. Select a cohort (with at least one invalid/partially valid member)
  2. View members
  3. Filter by invalid users
  4. Select remove invalid or remove

Event Timeline

Lokal_Profil raised the priority of this task from to Needs Triage.
Lokal_Profil updated the task description. (Show Details)
Lokal_Profil subscribed.
Milimetric subscribed.

It actually works in production, but it's really slow (this is due to the database having too many users, we'll try and clean that up and maybe add some indices).

I still get the "event is not defined" error in the js (running Firefox 48.0 on Ubuntu)

do you mind trying it on Chrome to see if that's the issue? It seems to be fine for me on both. What version of Ubuntu?

Tried it on Chrome now. It works there so seems to be a Firefox specific bug.

Running Ubuntu 14.04

Milimetric triaged this task as Medium priority.
Milimetric edited projects, added Analytics-Kanban; removed Analytics.
Milimetric updated the task description. (Show Details)
Milimetric set the point value for this task to 3.Aug 25 2016, 4:55 PM

Change 307291 had a related patch set uploaded (by Milimetric):
Fix js error in cohort member removal

https://gerrit.wikimedia.org/r/307291

Change 307291 merged by Milimetric:
Fix js error in cohort member removal

https://gerrit.wikimedia.org/r/307291