Can someone help me see what has happened/went wro...
# contributing
t
Can someone help me see what has happened/went wrong in the merging of a PR I made previously for version 11.4.0? Looking at the release notes here for 11.4.0 it supposedly has my fix: https://our.umbraco.com/download/releases/1140 (thread)
If you look at contentpicker.controller.js in the contrib branch you can see how entityResource.getByXPath is used, which is correct: https://github.com/umbraco/Umbraco-CMS/blob/contrib/src/Umbraco.Web.UI.Client/src/views/propertyeditors/contentpicker/contentpicker.controller.js#L248
(
getByQuery
which is incorrect)
Is this a merging mishap somewhere? I can't tell if I have missed something in github or not. @Sebastiaan any idea? My gut tells me someone at Umbraco missed to do the actual merge, but we now have an officially resolved issue yet the actual code isn't there.
@Nikolaj Lauridsen Hi, I realize now I should've pinged you first - do you know if this has been correctly merged into 11.4.0?
n
Hmm just had a look at it, and it seems like it's not in there unfortunately
t
(I mentioned this right now on github in the PR but you can ignore that)
n
I could have sworn I double checked and it was there, but I must have been mistaken, looks like it was merged after the RC so that's why it's not there
t
ok cool, I feel good not being confused anymore 😄
thought I had maybe missed some build step before the commits or something
n
Yeah that one's on me, we had some lables that neede to be swapped since there won't be an 11.3.2 release, and I've goofed on some of them it seems
t
Do you know what happens to the issue from now? Does it join in on the next release? And if so, do you know roughly when that is/which version?
n
Yeah it'll be there for the next release, don't have a timeline though
The versions are on the PR as labels 🙂 so 10.6, 11.4.1, and 12.0.0
t
👍 thank you