- Issue created by @nicklasmf
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 5:28am 12 December 2023 - 🇮🇳India viren18febS
Hi @NicklasMF
I have added a changes ,please review this patch.
Thanks - 🇮🇳India Sandeep_k New Delhi
Verified this on Drupal version- 10.1.7-dev and was able to apply the patch Issues-3407927-favicon-disappears-in-theme-fixes.patch successfully with a warning, see attached screenshot.
After applying the patch, while trying to reverify the issue site broke when we clicked on the theme setting-Steps to Reproduce-
Go to Appearance, and Click on Setting. - Status changed to Needs work
about 1 year ago 9:19am 12 December 2023 - 🇵🇭Philippines abhaypai
Thanks @viren18febs for sharing the fix as proposal.
Few inputs i wanna share here are :
- #3 patch applied successfully via composer
- Error is appearing in the settings because you haven't defined correct element for form element name
{TheRightElement}
is just a placeholder which @NicklasMF has shared.- Please understand the logic of Default Favicon, Favicon Upload, or Favicon Path and then appropriately replace form element with
{TheRightElement}
in the code
Sharing screenshot for reference.
Also changing the status to Needs work and as a bug will need a test case to move the issue forward. - Status changed to Needs review
about 1 year ago 9:39am 12 December 2023 - 🇮🇳India viren18febS
I have update the patch file with element value, please review.
- last update
about 1 year ago Custom Commands Failed - last update
about 1 year ago Custom Commands Failed - 🇮🇳India Sandeep_k New Delhi
Thanks, @viren18febs for sharing the fix.
Verified and tested patch Issues-3407927-favicon-disappears-in-theme-fixes.patch on the Drupal version- 10.1.8-dev. The patch was applied successfully and looks good to me.
Testing Steps:
- Apply patch Issues-3407927-favicon-disappears-in-theme-fixes.patch
- Go to Appearance> Open Setting.
- Uncheck the favicon checkbox & click save.
Testing Results:
The user is unable to save while the favicon checkbox is unchecked.Moving this ticket to RTBC.
- Status changed to RTBC
about 1 year ago 11:39am 12 December 2023 - Status changed to Needs work
about 1 year ago 11:54am 12 December 2023 Where are the tests that someone asked for? Also, what is the meaning of all these screenshots of code?