Skip to content
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

Tests added and task permission is changed #29

Merged
merged 9 commits into from
Nov 7, 2018
Merged

Tests added and task permission is changed #29

merged 9 commits into from
Nov 7, 2018

Conversation

Hsankesara
Copy link
Collaborator

No description provided.

request.data['project_manager'] = uid
if uid not in request.data['users']:
request.data['users'].append(uid)
pid = get_object_or_404(Profile, user=user).id
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For the sake of simplicity, let's make it username instead, likewise in project users array.

Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Or leave rather, would need a lot of changes

@anshumanv
Copy link
Owner

Merging,iterate on this later

@anshumanv anshumanv merged commit f623b8b into master Nov 7, 2018
@anshumanv anshumanv deleted the testing branch November 7, 2018 03:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants