-
Notifications
You must be signed in to change notification settings - Fork 0
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: Tarkemman ELY-organisaatiotiedon syöttäminen ja näyttäminen #595
Conversation
… on annettu käyttäjälle
return this.props.yhteystiedot.map((y) => { | ||
let organisaatio = y.kunta ? kuntametadata.nameForKuntaId(y.kunta, this.kieli) : y.organisaatio; | ||
if (y.kunta) { | ||
organisaatio = kuntametadata.nameForKuntaId(y.kunta, this.kieli); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
etkö tuossa yllä jo tehnyt tämän
await validateTallennaProjekti(projekti, input); | ||
}); | ||
|
||
it("elyOrganisaatio tiedon ei voi tallettaa kayttajalle, jolla organisaatio on asetettu 'ELY':ksi", async () => { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
testin kuvaus vähän pielessä
@@ -151,6 +153,7 @@ function AloituskuulutusForm({ projekti, projektiLoadError, reloadProjekti }: Al | |||
return tallentamisTiedot; | |||
}, [projekti]); | |||
|
|||
console.log("käännös ", translate("viranomainen." + ELY.ETELA_POHJANMAAN_ELY, Kieli.SUOMI)); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
voinee poistaa kun valmis
Hyviä huomioita korjaan noi |
…us, ylimääräinen organisaatiokäsittely
Muokkasin tässä lisäksi:
Itse toteutus koostuu: