Skip to content
Snippets Groups Projects

Feat/form request add user

Merged Jérémie BRISON requested to merge feat/form-request-add-user into dev
1 unresolved thread

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
5 import { TempUser } from '../../../models/temp-user.model';
6 import { User } from '../../../models/user.model';
7 import { TypeModalProfile } from '../../../profile/enum/TypeModalProfile.enum';
8 import { ProfileService } from '../../../profile/services/profile.service';
9 import { AuthService } from '../../../services/auth.service';
10 import { StructureService } from '../../../services/structure.service';
11 import { CustomRegExp } from '../../../utils/CustomRegExp';
12 import { FunctionTypeModalOptions } from '../../enum/functionTypeModalOptions.enum';
13 import { MustMatch } from '../../validator/form';
14
15 @Component({
16 selector: 'app-structure-options-modal',
17 templateUrl: './structure-options-modal.component.html',
18 styleUrls: ['./structure-options-modal.component.scss'],
19 })
20 export class StructureOptionsModalComponent implements OnInit {
  • Du coup renomer modal-options ? Nom un peu trop générique quand c'est sorti du context comme on le fait là

  • merged

  • Hugo SUBTIL mentioned in commit 1835b479

    mentioned in commit 1835b479

  • Please register or sign in to reply
    Loading