-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added people assignment to projects and some fixes #911
Added people assignment to projects and some fixes #911
Conversation
Just realised I forgot the case when project is not found in the request to add a connection. Will attend to it tomorrow. |
Is this up on stage? |
<div> | ||
<input class="form-control" id="formModifyUserName" placeholder="" disabled type="text"> | ||
</div> | ||
<label for="modifyName" class="fw-bold">Name</label> | ||
<input class="form-control" id="formModifyName" placeholder="Name..." type="text"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Name comes from the GoogleUser currently and we probably shouldn't allow it to be modified from genstat. People can update their own google profiles to get names right.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ah, true. I'll have a look. We could probably use that instead.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
True, I didn't consider this, but starting to think about it, would it work to fetch other users´names?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Had a quick runthrough, and it looks good!
56fa0cf
into
NationalGenomicsInfrastructure:master
Comes together with:
https://github.com/NationalGenomicsInfrastructure/StatusDB_views/pull/190