Skip to content

Commit

Permalink
Merge pull request #28 from AplinkosMinisterija/NTIS-1362
Browse files Browse the repository at this point in the history
NTIS-1362 laboratorija: pridėjus naudotoją su PASL_ADMIN role, prisijungus nemato reikalingų meniu punktų
  • Loading branch information
navasandra authored Oct 29, 2024
2 parents 342424f + 40da881 commit 4e10eff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export class UserEditPageComponent extends DeprecatedBaseEditForm<SprUsersNtisDA
usr_person_surname: new FormControl('', Validators.compose([Validators.maxLength(50), Validators.required])),
usr_username: new FormControl('', [Validators.maxLength(50), Validators.required]),
usr_email: new FormControl('', Validators.compose([Validators.email, Validators.required])),
usr_date_from: new FormControl(new Date(), Validators.required),
usr_date_from: new FormControl(null, Validators.required),
usr_date_to: new FormControl(''),
usr_type: new FormControl({ value: UserType.ORGANIZATION_USER, disabled: true }),
usr_org_id: new FormControl(''),
Expand Down

0 comments on commit 4e10eff

Please sign in to comment.