GCTC-NTGC / gc-digital-talent

GC Digital Talent is the new recruitment platform for digital and tech jobs in the Government of Canada. // Talents numériques du GC est la nouvelle plateforme de recrutement pour les emplois numériques et technologiques au gouvernement du Canada.
https://talent.canada.ca
GNU Affero General Public License v3.0
22 stars 8 forks source link

[Fix] Allow filling in screening question #11753

Closed petertgiles closed 1 week ago

petertgiles commented 1 week ago

🤖 Resolves #11748

👋 Introduction

Fixes a bad null coalescing fix. In this case, it was actually supposed to be an OR, not a null coalesce.

🕵️ Details

The way the logic for the "should I show the questions step" was being calculated was "only show if there are general questions". This specific pool has no general questions but does have screening questions. The screening questions were skipped, then.

🧪 Testing

  1. Set up a pool with zero general questions but at least one screening question.
  2. Submit an application to the pool, verifying that you filled in the screening questions.
  3. Try with other pools using different permutations of questions.