- First commit to issue fork.
- Merge request !24Issue #3325119: Favicon always shows `(` after upgrading to 4.0.11 β (Open) created by prudloff
- Status changed to Needs review
over 1 year ago 1:06pm 31 May 2023 - π«π·France prudloff Lille
The MR uses only the environment name to generate the favicon.
- Status changed to RTBC
over 1 year ago 5:58pm 11 August 2023 - πΊπΈUnited States devkinetic
This patch actually tracks with the original functionality. There is another issue π JS adds "(()" on mobile Closed: duplicate which swaps the title and the version around, but the truth is, all we need is the first character of the title, so no version is needed at all.
- πΊπΈUnited States joegraduate Arizona, USA
This issue should probably be closed as a duplicate of π Whether deployment identifier is used as fallback for current_release should be configurable Needs work .
- Status changed to Needs work
about 1 year ago 8:36am 6 October 2023 - πͺπΈSpain isholgueras
I like the fix, but there is another place where this should be fixed in
environment_indicator.module:94
. @prudloff, Can you please add the same code there?Thanks!
- Status changed to Needs review
about 1 year ago 2:00pm 20 October 2023 - π«π·France prudloff Lille
I like the fix, but there is another place where this should be fixed in environment_indicator.module:94.
I don't think it needs to be fixed there,
$title
already takes its value from$active_environment->get('name')
.This issue should probably be closed as a duplicate of π Whether deployment identifier is used as fallback for current_release should be configurable Needs work .
The patch in π Whether deployment identifier is used as fallback for current_release should be configurable Needs work seems to remove the deployment identifier from everywhere the environment title is displayed.
The current MR only removes it fromdrupalSettings
(because we don't want to use it to generate the favicon but we do want to display it in the toolbar). - Status changed to RTBC
4 months ago 4:09am 26 July 2024 - πΊπΈUnited States trackleft2 Tucson, AZ πΊπΈ
In case the maintainers were wondering, this merge request is compatible with the merge request in #3324621 and is not a duplicate.
This issue (#3325119) is strictly about the Favicon.
+1 for merging