Campaign CPA Support Additions
Per feedback we received, we have added another accordion that includes a table of applicants that the system did not do a review of.
We have added one new optional HTML attribute to the Campaign Detail Widget:
- is-applicants-non-reviewed-expanded
When a true
boolean or a 'true'
string is passed to the web component as an attribute, the accordion(s) inside the widget will be expanded by default when widget loads.
caution
This only works during load of the widget. If you happen to change the value to close the accordion after it has been opened, as it is not yet reactive, it will not have an effect.
As part of this change, the following translations have been added:
Key | "en" value | "de" value | "nl" value | "fr" value |
---|---|---|---|---|
campaign.card.show-campaign-applicants-unreviewed | Show unreviewed campaign applicants ({unreviewedCount}) | Nicht geprüfte Bewerber anzeigen ({unreviewedCount}) | Toon niet-beoordeelde campagnedeelnemers ({unreviewedCount}) | Afficher les candidats non examinés de la campagne ({unreviewedCount}) |
campaign.card.hide-campaign-applicants-unreviewed | Hide unreviewed campaign applicants ({unreviewedCount}) | Nicht geprüfte Bewerber ausblenden ({unreviewedCount}) | Verberg niet-beoordeelde campagnedeelnemers ({unreviewedCount}) | Masquer les candidats non examinés de la campagne ({unreviewedCount}) |