onaio / kaznet-web

a tasking application built on top of Onadata
Apache License 2.0
4 stars 1 forks source link

Newly created users are not saved #338

Closed faith-mutua closed 5 years ago

faith-mutua commented 5 years ago

Environment https://kaznet-stage.onalabs.org

Expected behavior

Newly created users and all their details should be saved in the Users tab.

Actual behavior

Newly created users are not being saved under the Users tab. Some of their details are also not being saved such as ID.

Steps to reproduce

FrankApiyo commented 5 years ago

This is a kaznet-frontend bug. It'll be fixed there.

The EditUser form is closing without showing the errors returned from the create user api call

moshthepitt commented 5 years ago

This is a kaznet-frontend bug. It'll be fixed there.

@FrankApiyo is there an issue that provides details on this bug?

FrankApiyo commented 5 years ago

This is a kaznet-frontend bug. It'll be fixed there.

@FrankApiyo is there an issue that provides details on this bug?

I'm currently working on this PR: https://github.com/onaio/kaznet-frontend/pull/258; it addresses this issue