Skip to content

Commit

Permalink
Issue #SB-000 merge: Merge pull request #1024 from swayangjit/release…
Browse files Browse the repository at this point in the history
…-3.1.0

Issue #SB-000 chore: Updated form subtypes.
  • Loading branch information
swayangjit authored Jul 4, 2020
2 parents e857ffc + 4fc3dc0 commit 0fdbaee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -117,8 +117,8 @@ export class SelfDeclaredTeacherEditPage {
const req: FormRequest = {
from: CachedItemRequestSourceFrom.SERVER,
type: 'user',
subType: 'teacherDetails',
action: 'submit_v2',
subType: 'teacherDetails_v2',
action: 'submit',
rootOrgId: rootOrgId || '*',
component: 'app'
};
Expand Down
4 changes: 2 additions & 2 deletions src/app/profile/sub-profile-edit/sub-profile-edit.page.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ export class SubProfileEditPage {
getCreateManagedUserFormApi() {
const req: FormRequest = {
type: 'user',
subType: 'manageduser',
action: 'create_v2'
subType: 'manageduser_v2',
action: 'create'
};
this.formService.getForm(req).toPromise()
.then((res: any) => {
Expand Down

0 comments on commit 0fdbaee

Please sign in to comment.