You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dialog.content.senderName is sender / creator of the dialog and should when provided be displayed instead of owner, e.g. Politiet Avd. Oslo can be senderName, while the owner is Politiet or Sivilforsvaret with service owner DSB.
Implementation:
Display senderName if provided.
Display name of dialog owner (service owner) if senderName isn't provided.
Out of scope (discussion for next iteration of displaying sender name):
Should we display the owner as well and use the service owner's logo? It might be confusing that we filter by a given service owner, while the dialogs have a different sender name as display label?
The text was updated successfully, but these errors were encountered:
Display
dialog.content.senderName
, cf. https://docs.altinn.studio/dialogporten/reference/entities/dialog/#V1EndUserDialogsQueriesGet_Dialog_content_senderName, (optional) is not displayed as sender today. Rather we are usingdialog.org
(i.e. dialog owner) as sender, through mapping org code to name and logo here: https://altinncdn.no/orgs/altinn-orgs.jsondialog.content.senderName
is sender / creator of the dialog and should when provided be displayed instead of owner, e.g.Politiet Avd. Oslo
can be senderName, while the owner isPolitiet
orSivilforsvaret
with service ownerDSB
.Implementation:
senderName
if provided.senderName
isn't provided.Out of scope (discussion for next iteration of displaying sender name):
Should we display the owner as well and use the service owner's logo? It might be confusing that we filter by a given service owner, while the dialogs have a different sender name as display label?
The text was updated successfully, but these errors were encountered: