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

feat: HASSU-740 nahtävillaolo sisällonkuvaus ja yhteystiedot #264

Merged

Conversation

ValheKouneli
Copy link
Contributor

No description provided.

export const nahtavillaoloKuulutusSchema = Yup.object().shape({
oid: Yup.string().required(),
nahtavillaoloVaihe: Yup.object()
.required()
.shape({
kuulutusYhteystiedot: Yup.array().notRequired().of(yhteystietoSchema),
kuulutusYhteysHenkilot: Yup.array().notRequired().of(Yup.string()),
hankkeenKuvaus: Yup.object().shape({ SUOMI: hankkeenKuvaus }),
Copy link
Contributor

Choose a reason for hiding this comment

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

Eikös tässä olla tarkistuksia myös muille kielille?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Ei ole muissakaan schemoissa. Kai se on se, kun ne ovat vapaaehtoisia

Copy link
Contributor

@tkork tkork Jun 13, 2022

Choose a reason for hiding this comment

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

Eiks ne oo konditionaalisisesti vaadittuja? Silloin kun on se toinen kieli niin silloin se hankkeenkuvaus on annettava silläkin kielellä. Mut mun puolest voi mennä tällä erää näin

@ValheKouneli ValheKouneli merged commit fca1999 into main Jun 13, 2022
@ValheKouneli ValheKouneli deleted the feature/HASSU-740-nahtavillaolo-sisallonkuvaus-ja-yhteystiedot branch June 13, 2022 12:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants