Skip to content

Conversation

macrisguncay
Copy link
Contributor

this is the ticket: #91

@@ -21,12 +22,16 @@ export class ProjectService {
return this.http.post<Project[]>(this.url, {
...projectData,
customer_id: 'b6e6a2f1-ce5c-49b3-8649-d154b4f3c305',
tenant_id: 'b95385bd-d0f4-4823-b874-af9421c14c8e',
tenant_id: this.azureAdB2CService.getTenantId(),
Copy link
Contributor

Choose a reason for hiding this comment

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

we no longer need a tenant_id, this value is going to be read from the JWT so feel free to remove it 😃

(project_type_id.dirty || project_type_id.touched) && project_type_id.invalid && project_type_id.errors.required
"
>
Project type is required.
Copy link
Contributor

Choose a reason for hiding this comment

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

Actually, the type is not required. Let's remove this validation.

@enriquezrene enriquezrene merged commit cf3bf6e into master Apr 22, 2020
@enriquezrene enriquezrene deleted the 91-manage-projects branch April 22, 2020 15:11
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