-
Notifications
You must be signed in to change notification settings - Fork 50
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
Add 'Wish event thursday' to other events on company interest page #5331
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Skipped Deployment
|
thursday_event: { | ||
norwegian: 'Ønsker arrangement torsdag', | ||
english: 'Wish event thursday', | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Will this field be included in the request body when submitting the form? Nevertheless, you'll need to update the db model in the backend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think so looking at the code in CompanyInterestPage. I'll look into the backend
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Description
Added an option under other events on company interest page that got requested by bedkom:
![Skjermbilde 2025-02-10 kl 10 34 47](https://private-user-images.githubusercontent.com/145492323/411493828-ca46de3b-cd5e-47d5-ad3b-cf97fa265d71.jpg?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk1NzEyNTYsIm5iZiI6MTczOTU3MDk1NiwicGF0aCI6Ii8xNDU0OTIzMjMvNDExNDkzODI4LWNhNDZkZTNiLWNkNWUtNDdkNS1hZDNiLWNmOTdmYTI2NWQ3MS5qcGc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjE0JTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxNFQyMjA5MTZaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zODY3ZjRkNGVmYzg5ODY4YmM2MzRiOTQ3NDhhMGQ0MDk2MjQxYjI2NDJiZGYyOTdhYTg2OWQ5NGFhZjk0ZGEzJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.LDpcck0k_XttV-oG-azyRdTubBZtwupgQg4erEkxoL4)
But not sure if this little change is all that is needed?
Result
If you've made visual changes, please check the boxes below and include images showing the changes. Descriptions are appreciated.
Testing
Resolves ABA-1271