Skip to content

Fixes Required Multiselect Bug

Compare
Choose a tag to compare
@tdphillipsjr tdphillipsjr released this 31 Aug 15:17
· 41 commits to master since this release

Fixes a bug in ApplicationService where the required field validator checks for the existence of key[] as sent by Greenhouse, but submission requires you to use key (without brackets), thus never being able to pass a required multiselect field to an application.

This is backward compatible. Any systems who have already corrected for this should work as normal.