-
Notifications
You must be signed in to change notification settings - Fork 12
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
Lisätty Aromi-ruokatilausten asiakastunnus ryhmille ja nostettu se näkyville raakaraportille #6441
base: master
Are you sure you want to change the base?
Conversation
6222d01
to
662fe86
Compare
...initial, | ||
aromiCustomerId: initial.aromiCustomerId ?? null |
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.
...initial, | |
aromiCustomerId: initial.aromiCustomerId ?? null | |
aromiCustomerId: null, | |
...initial |
Tällä tavalla annetaan default-arvo jonka voi yliajaa initial
-parametrissa.
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.
Korjattu
{ | ||
label: 'Ryhmäkohtainen Aromin asiakastunniste', | ||
key: 'aromiCustomerId' | ||
} |
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.
Voisiko aromi id:n sisällyttää CSV:hen vain jos aromi-integraatio on päällä?
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.
Otsakelisäys liputettu.
662fe86
to
da0420c
Compare
Aromi-ruokatilauksia varten tarvitaan tekstimuotoinen ryhmäkohtainen asiakastunnus. Muutoksen myötä se on mahdollista lisätä ryhmää luotaessa ja muokatessa. PR parantaa myös ryhmien luonnin käytettävyyttä estämällä nimettömien ryhmien luomisen ja pakottamalla ryhmätietojen päivityksen uuden ryhmän luonnin jälkeen.
Aromi-tunnuksen syöttäminen on näkyvillä ainoastaan käyttöliittymän lipun
aromiIntegration
aktivoineille konfiguraatioille. Espoon konfiguraatioon lippu asetettu päälle lokaaliin (default) ja pois stagingissa sekä prodissa.Tunnus on lisätty myös raakaraportille, jotta sen kokonaistilannetta voidaan tarkastella yksikkönäkymää korkeammalta tasolta.