Closed jeevananthank closed 1 year ago
ServiceName
being used in messagebox is solved in Altinn/altinn-studio#7969 ServiceName
being used in platform receipt will be solved in Altinn/altinn-receipt#81 when both of these are solved, priority of solving the issue with designer that it retains ServiceName
key can be less prioritized.
Not sure I understand the issue correctly, but it seems to me that the text resource ServiceName
is deprecated in favor of appName
, and that probably means the pdf filename should be updated to use appName
first.
@ivarne agree that name of the receipt pdf has to be changed so it uses appName for apps where the key exists. @lorang92 FYI
Not sure if this is still an issue, but assigning team/studio as this is an issue with designer
Not considered necessary to fix
Description
Changes are made to use
appName
as key for getting app names from the text resources. On apps withServiceName
key in text resources, when one changes app name from the about page of the app, the key and value ofServiceName
is not deleted and bothappName
andServiceName
exists in the text resources.issue 2
config.json is app root folder continues to have ServiceName (not sure what this is used for).
To Reproduce
ServiceName
key in the text resourcesServiceName
key and value are not deleted.Note: existence of
ServiceName
in addition toappName
, is making trouble with platform receipt and the messagebox, where the value inServiceName
is displayed. receipt pdf generated has the value fromServiceName
key.Expected behavior
serviceName key and value should be removed from text resources.
Additional info
end: dev studio app: jeeva/app-2021