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

PADV-726 call service for add instructor #14

Merged
merged 2 commits into from
Oct 27, 2023
Merged

PADV-726 call service for add instructor #14

merged 2 commits into from
Oct 27, 2023

Conversation

AuraAlba
Copy link
Contributor

Ticket

https://agile-jira.pearson.com/browse/PADV-726

Description

Call service add instructors

Changes made

Add service to modify access for instructor
Handle error when user does not exist
Add default value for select ccx for bug component
Add tests

Screenshots

Screenshot from 2023-10-19 20-10-37

How to test

Clone the Institution Portal MFE
Run npm install.
Run npm run start
Go to http://localhost:1980/instructors

@AuraAlba AuraAlba changed the title PADV-826 call service for add instructor PADV-726 call service for add instructor Oct 23, 2023
@@ -39,20 +34,26 @@ const AddInstructors = () => {
}
};

const handleInstructorInput = (e) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

@Squirrel18 @anfbermudezme I changed the components form controlled to uncontrolled so when submit the form I will get the values and don't have the problem with the select

@AuraAlba AuraAlba merged commit cedb8e0 into master Oct 27, 2023
2 checks passed
@AuraAlba AuraAlba deleted the vue/PADV-726 branch October 27, 2023 15:11
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.

2 participants