orbiting / republik-admin-frontend

[DEPRECATED] moved to https://github.com/republik/plattform A front end to manage users and payments of Republik.
6 stars 3 forks source link

adding roles doesn't work #10

Open patte opened 6 years ago

patte commented 6 years ago

Bug Report

Steps to Reproduce

Actual Results

Expected Results

Environment

Investigations done

In the Devtools -> Network, I see that first the addUserToRole mutation is fired as expected, but immediately afterwards removeUserFromRole mutation is executed.

screenshot from 2018-07-03 11-21-32 screenshot from 2018-07-03 11-21-43

lukasbuenger commented 6 years ago

Obviously only reproducible in Chromium 66 under Ubuntu

Tested and worked in:

Mac OSX 10.13.5

Wontfix as long as only Chromium is affected.

patrickvenetz commented 5 years ago

Can reproduce. Maybe a backend issue at this point e.g. array missing in users attribute. Removed wontfix flag.