-
Notifications
You must be signed in to change notification settings - Fork 4
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
Dvorak / Workshop required fields move #2647
base: develop
Are you sure you want to change the base?
Conversation
src/app/shared/components/institution-hierarchy/institution-hierarchy.component.ts
Show resolved
Hide resolved
src/app/shared/components/institution-hierarchy/institution-hierarchy.component.ts
Outdated
Show resolved
Hide resolved
src/app/shared/components/institution-hierarchy/institution-hierarchy.component.ts
Outdated
Show resolved
Hide resolved
src/app/shared/components/institution-hierarchy/institution-hierarchy.component.ts
Outdated
Show resolved
Hide resolved
...l/personal-cabinet/provider/create-workshop/create-about-form/create-about-form.component.ts
Show resolved
Hide resolved
...abinet/provider/create-workshop/create-description-form/create-description-form.component.ts
Outdated
Show resolved
Hide resolved
Quality Gate passedIssues Measures |
@@ -73,6 +76,7 @@ export class InstitutionHierarchyComponent implements OnInit, OnDestroy { | |||
this.hierarchyArray = this.hierarchyArray.slice(0, nextEl); | |||
this.setFinalHierarchyLevel(null); | |||
} | |||
this.changeDetectorRef.detectChanges(); |
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.
Can we use markForCheck instead here and in other places?
<label class="step-characters-count"> | ||
<ng-container *ngIf="DescriptionFormGroup.get('competitiveSelectionDescription').value; else elseBlock"> | ||
{{ DescriptionFormGroup.get('competitiveSelectionDescription').value?.length }}/{{ | ||
validationConstants.MAX_DESCRIPTION_LENGTH_500 |
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.
This formatting looks odd
matInput | ||
class="step-textarea step-textarea-short" | ||
placeholder="{{ 'FORMS.PLACEHOLDERS.MAXIMUM' | translate }} {{ validationConstants.MAX_DESCRIPTION_LENGTH_500 }} {{ | ||
'FORMS.PLACEHOLDERS.SYMBOLS' | translate |
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.
This formatting looks odd
Moved required fields while creating/editing workshop to the first page of workshop creation. And also moved some fields that are not required to the second page