certat / do-portal

This project is in maintenance mode and will only receive bug fixes, but no new features. A new version of this software is being developed.
5 stars 5 forks source link

Add possibility to jump back from user to belonging organization #48

Closed certrik closed 5 years ago

certrik commented 5 years ago

If editing a user, for example /#!/users/14, it would be good to be able to jump back to the belonging organization. Not sure about the best way to do it yet. But would improve useability.

davewood commented 5 years ago

so display a link to the organization of each membership on user edit page? (e.g.: /#!/users/14)

certrik commented 5 years ago

Yes, something like that.

davewood commented 5 years ago

How about including said link in #!/user_list? It's easier to implement and as far as I can tell might be the better place to show the link.

certrik commented 5 years ago

No, e.g. /#!/users/14 is the right place. Because if you are editing the user, it is practical to be able to jump back to the belonging orga to edit members of the same orga. But to be able to jump to the orga from #!/user_list would be practical too.

davewood commented 5 years ago

done

certrik commented 5 years ago

In for example /#!/users/158 or /#!/users/10 the link is correct but the roles are not correct. Sometime also the role is blank "()".

davewood commented 5 years ago