The `AboutFragment` misreports the app-services version when using the autoPublish workflow
Categories
(Firefox for Android :: General, defect)
Tracking
()
People
(Reporter: csadilek, Unassigned, Mentored)
Details
From github: https://github.com/mozilla-mobile/fenix/issues/28422.
When using the autoPublish workflow, the
AboutFragmentwill report the A-S version used in A-C, instead of the custom version used by autoPublish. This can be verified by putting a breakpoint here and inspectingappServicesVersion. However, clicking into
mozilla.components.Build.applicationServicesVersionBuildConfig.APPLICATION_SERVICES_VERSIONwill show that the Fenix
BuildConfighas the autoPublish version correctly. This means theAboutFragmentis using the build config from A-C when it should be using its own.┆Issue is synchronized with this Jira Task
Change performed by the Move to Bugzilla add-on.
Comment 1•2 years ago
|
||
The severity field is not set for this bug.
:cpeterson, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•2 years ago
|
Updated•1 year ago
|
Comment 2•1 year ago
|
||
this looks a bit tricky for a good-first-bug so removing the tag
Description
•