Having same issue on Drupal 10.3.8
CanΒ΄t edit or use layout builder on the content, my stack racer here is similar to the author one.
Hello everyone, the gist in the description didn't fixed the deprecated warning for me, @luke.leber logic also didn't worked (they execute but didn't changed anything in my database), so i adapted both to work together on a single logic that i want to share this change with you in this gist (working on 10.4.7):
https://gist.github.com/D41196829/1837b740e89f81c17277c072db6f3b1f
@dubs where did you enabled the dedupe filter?
I'm also having a similar issue, i have a search view configured to display 10 items per page, in some pages it shows 8, in others it shows 1(?) it is happening for all views that uses search index, aos the total is wrong, it says 120 but we have nearly to 53 items.
tried to re-index but the problem remains.
Same problem here, using a custom validation method on the form i noticed tha if they are collapsed the values don't even reach the form_state during validation/.
Will it be officially ported to D11?
@james.williams updated language hierarchy and now it is working, sorry :)
@james.williams we have language hierarchy, but the fallback language is not working, if try to access a french version of a content that only exists in english, it is supposed to redirect to the english version, but is not doing that.
@randalv the way to apply the diff as a patch that you suggested in #138 yes applies the patch, but the problem persists in 10.3.8
Here is a patch for it, i know that it is not the best approach but solves the problem for now.
thiagomoraesp β created an issue.
Any news on this guys?
Removing lightning_scheduler.datetime.time dservice from services.yml appears to solve the issue, but i'm afraid of having colateral effects on deleting it, is it safe to deleted? There are any definitive fix comming?
Managed to remove the duplicates by:
- Adding the ID column
- enable aggregator
- Set the ID to be aggregated by value.
Confirmed, it is happening here as well but instead of categories i have two users fields and i'm using to user contextual filters with OR.
thiagomoraesp β created an issue.
The last patch has a colateral effect, after applying it, if i try follow this steps:
- Select united states as country
- Select any state
- Select Brazil as country
Note that the state list did not updated with Brazilian values and keep showing the US states on it.
Same problem as Samuel ( #20 ) here, someone can help?