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

It is now possible to add permission to application on creation #138

Merged
merged 1 commit into from
Jun 26, 2023

Conversation

fcv-iteratorIt
Copy link
Contributor

No description provided.

@@ -24,9 +24,27 @@
[ngClass]="{'is-invalid' : formFailedSubmit && errorFields.includes('description'), 'is-valid' : formFailedSubmit && !errorFields.includes('description')}"></textarea>
</div>

<div class="form-group mt-3 col-12">
Copy link
Contributor

Choose a reason for hiding this comment

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

Der er et eller andet med indenteringen her

@@ -24,9 +24,27 @@
[ngClass]="{'is-invalid' : formFailedSubmit && errorFields.includes('description'), 'is-valid' : formFailedSubmit && !errorFields.includes('description')}"></textarea>
</div>

<div class="form-group mt-3 col-12">
<label class="form-label" for="userGroup">{{'QUESTION.APPLICATION.ADD-PERMISSION' | translate}}</label>
Copy link
Contributor

Choose a reason for hiding this comment

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

Kan man lave det således at den ikke automatisk vælger den første i listen?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Det var et krav fra opgaven

@GufCab GufCab merged commit 88e8aff into stage Jun 26, 2023
1 of 3 checks passed
@fcv-iteratorIt fcv-iteratorIt deleted the feature/IOT-1485-usergroup-from-application branch June 26, 2023 12:09
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.

None yet

2 participants