This repository has been archived by the owner on Aug 7, 2024. It is now read-only.
Fixes the issue realted to adding/ updating events tags not been saved and making form unsubmissive #10221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Fixes Issue
Closes #10197
Changes proposed
Description
field was made required as per theEvent
schemasetIsDisabled(true)
in thehandleSubmit()
function as this was making the form disabled after inputting the tags.Check List (Check all the applicable boxes)
Screenshots
Creating a new Event
![Creating an Event](https://private-user-images.githubusercontent.com/57353834/302318181-31932a7f-be31-4fee-a79e-562765241fd0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzkyNDksIm5iZiI6MTczOTE3ODk0OSwicGF0aCI6Ii81NzM1MzgzNC8zMDIzMTgxODEtMzE5MzJhN2YtYmUzMS00ZmVlLWE3OWUtNTYyNzY1MjQxZmQwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA5MTU0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTllNDljOWE1OGVjNzkyZDg2ZDA5ODQxODQ1MmFhZDc1OGNjOGVhN2E5MjQyNjIyZmE3YTg4YWU2MDNjZjQ0MWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.kcxlFyC7SL6iEIMCIjmheLslW6y_upmx63K-vf_Tx_w)
Updating Event
![Updating an Event](https://private-user-images.githubusercontent.com/57353834/302318888-a9b61e90-0397-4a2c-bdc2-0d0d3f11fe00.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkxNzkyNDksIm5iZiI6MTczOTE3ODk0OSwicGF0aCI6Ii81NzM1MzgzNC8zMDIzMTg4ODgtYTliNjFlOTAtMDM5Ny00YTJjLWJkYzItMGQwZDNmMTFmZTAwLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTAlMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjEwVDA5MTU0OVomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWMxOWU0MjdkZjEyNTMyYmI1ZWFkNjY4YWMwNmEyYzM5MDAxYmExNzA0MGM0Njc5NDk3NDA5YjYwNDE2Yzg4OTUmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.YN7Sory9tQbEizsPkV6LkrfjcSID4RZzjqjqgoA91vU)
Note to reviewers
I have added and updated some sample events locally to test the application flow and it was working fine.