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

Dvorak / Workshop required fields move #2647

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Conversation

AkunaPatlata
Copy link
Contributor

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

@AkunaPatlata AkunaPatlata marked this pull request as ready for review October 29, 2024 08:25
Copy link

sonarcloud bot commented Nov 12, 2024

@@ -73,6 +76,7 @@ export class InstitutionHierarchyComponent implements OnInit, OnDestroy {
this.hierarchyArray = this.hierarchyArray.slice(0, nextEl);
this.setFinalHierarchyLevel(null);
}
this.changeDetectorRef.detectChanges();
Copy link
Contributor

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
Copy link
Contributor

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
Copy link
Contributor

Choose a reason for hiding this comment

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

This formatting looks odd

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