Skip to content
Snippets Groups Projects

Fix/form design create structure

Merged Jérémie BRISON requested to merge fix/formDesign-createStructure into dev
2 unresolved threads

A utiliser avec même branche côté front + dump 04/02

Edited by Hugo SUBTIL

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
296 297 });
297 298 this.mailerService.send(userEmail, jsonConfig.subject, html);
298 299 }
300
301 public async updateAfterOwnerVerify(emailUser: string): Promise<Structure> {
  • 26 26 return this.structureService.search(query.query, body ? body.filters : null);
    27 27 }
    28 28
    29 @Put('updateAfterOwnerVerify/:id')
    30 public async updateAfterOwnerVerify(@Param('id') id: string, @Body() body: structureDto): Promise<Structure> {
  • Hugo SUBTIL added 1 commit

    added 1 commit

    • 35fa9537 - fix: user model structureid from string to objectid

    Compare with previous version

  • Hugo SUBTIL added 1 commit

    added 1 commit

    • 22e0bd2e - feat: move structureType to back

    Compare with previous version

  • Jérémie BRISON added 3 commits

    added 3 commits

    • ee0e3ad3 - fix(form) : fix update properties
    • 826eac13 - Merge branch 'fix/formDesign-createStructure' of...
    • 288360ea - Merge branch 'fix/formDesign-createStructure' of...

    Compare with previous version

  • Hugo SUBTIL unmarked as a Work In Progress

    unmarked as a Work In Progress

  • merged

  • Hugo SUBTIL mentioned in commit dfc99ce9

    mentioned in commit dfc99ce9

  • Please register or sign in to reply
    Loading