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

fix(bodies): allow empty foundation date for non-locals. Fixes HELP-1789 #371

Merged
merged 4 commits into from
Oct 22, 2021

Conversation

WikiRik
Copy link
Member

@WikiRik WikiRik commented Oct 18, 2021

Frontend PR for this is AEGEE/frontend#1184

@WikiRik WikiRik requested a review from a team October 18, 2021 12:12
@WikiRik WikiRik requested review from a team and removed request for a team October 22, 2021 18:09
defaultValue: null,
validate: {
isValid(value) {
if (['antenna', 'contact antenna', 'contact'].includes(this.type) && value === null) {
Copy link
Member

Choose a reason for hiding this comment

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

we should convert it to enum at some point, with a method isLocal that can be used here, but that's for the future development and doesn't block this

Copy link
Member Author

Choose a reason for hiding this comment

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

Agree

@WikiRik WikiRik merged commit 05372de into master Oct 22, 2021
@WikiRik WikiRik deleted the allow-null-founded_at branch October 22, 2021 19:32
serge1peshcoff pushed a commit that referenced this pull request Oct 22, 2021
## [1.36.4](1.36.3...1.36.4) (2021-10-22)

### Bug Fixes

* **bodies:** allow empty foundation date for non-locals. Fixes HELP-1789 ([#371](#371)) ([05372de](05372de))
@serge1peshcoff
Copy link
Member

🎉 This PR is included in version 1.36.4 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants