- Merge request !27Issue #3334117: Only show image thumbnail for image plugin when changed → (Open) created by spadxiii
- Status changed to Needs review
over 2 years ago 10:41am 17 January 2023 - Status changed to RTBC
about 1 year ago 8:22am 14 May 2024 - Status changed to Needs work
about 1 year ago 12:16am 20 May 2024 - First commit to issue fork.
- Status changed to RTBC
12 days ago 1:00pm 24 June 2025 - 🇨🇦Canada sagesolutions
I tested this patch on the 2.x-dev branch and it is working for me.
- 🇦🇺Australia acbramley
The MR needs to be against 2.x and tests are still needed.
- 🇮🇳India mrinalini9 New Delhi
Hi,
I am trying to create a new branch against 2.x but not able to do so, it;s throwing below error:
Please help.
Thanks!
- 🇮🇳India mrinalini9 New Delhi
Hi @acbramley,
I am not able to create a new branch 2.x because this branch not seems to be present in the issue fork. And there is one MR already there that is against 8.x-1.x branch. Still throwing same error: "invalid reference name '2.x'".
Thanks!
- 🇦🇺Australia acbramley
@mrinalini9 you need to push the 2.x branch from your local machine to the fork.
Steps should be something like this:
git checkout 2.x git pull origin 2.x git push diff-3334117 2.x
- First commit to issue fork.