Currently we can filter by string, but not by context.

With a context filter you can easily list, for example, all translatable strings in the "Node types" group for some node bundle (e.g. page) by using the "type:page:" context filter.

The use-case which actually prompted this was using the webform localization contrib module, which incorporates the webform node ID into the context of each translatable string. It's really useful to be able to list strings for a specific webform, and omit the others, as things get really crowded really quickly.

CommentFileSizeAuthor
#88 interdiff_83-85.txt3.16 KBjheinon_finland
#85 drupal-locale-string-context-filter-2123543-85.patch5.65 KBjheinon_finland
#83 drupal-locale-string-context-filter-2123543-83.patch5.64 KBjheinon_finland
#79 2123543-10.0.x-79.patch5.65 KBLeksat
#74 interdiff_71-74.txt2.11 KBAndreRB
#74 2123543-9.4.x-74.patch5.64 KBAndreRB
#71 drupal-n2123543-71.patch5.65 KBDamienMcKenna
#69 2123543-8.9.x-69.patch5.85 KBmbovan
#69 2123543-69-67-interdiff.txt802 bytesmbovan
#69 2123543-69.patch5.86 KBmbovan
#68 2123543-8.9.x-68.patch5.84 KBmbovan
#67 2123543-67-60-interdiff.txt3.48 KBmbovan
#67 2123543-67.patch5.86 KBmbovan
#62 2123543-62.patch2.6 KBraphaeltbm
#60 2123543-60.patch4.36 KBraphaeltbm
#59 screenshot-2123543-56.png25.76 KBarmandaslt
#59 2123543-56.patch4.34 KBarmandaslt
#57 Screen Shot 2019-01-18 at 11.33.42 PM.png254.74 KBKristen Pol
#57 Screen Shot 2019-01-18 at 11.32.58 PM.png236.88 KBKristen Pol
#55 interdiff_46-55.txt744 byteskostyashupenko
#55 2123543-55.patch2.55 KBkostyashupenko
#52 2123543-52.patch2.56 KBjeroenbegyn
#46 2123543-46.patch1.7 KBreekris
#39 drupal-translate_string_context_filter-2123543-39.patch4.57 KBhargobind
#24 context.png44.73 KBswentel
#24 2123543-24.patch1.8 KBswentel
#17 drupal-translate_string_context_filter-2123543-17.patch4.34 KBljcarnieri
#15 drupal-translate_string_context_filter-2123543-15.patch3.36 KBljcarnieri
#12 drupal-translate_string_context_filter-2123543-11.patch2.79 KBhargobind
#10 drupal-translate_string_context_filter-2123543-10.patch3.19 KBhargobind
#1 drupal-translate_string_context_filter-2123543-1.patch2.3 KBjweowu

Issue fork drupal-2123543

Command icon Show commands

Start within a Git clone of the project using the version control instructions.

Or, if you do not have SSH keys set up on git.drupalcode.org:

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

jweowu’s picture

RogerRogers’s picture

Hey, this is a very helpful filter. In fact, it's more essential than any of the existing filters. However, it would be great if, instead of a free text field, the filter was another dropdown with the full list of contexts. The trouble with a free text field is that the content manager doesn't know the context names. Even if the list is long, it would still be more useful for the content manager to have a list of names to pick from.

Regardless, thanks for this very helpful patch!

jweowu’s picture

It needs to be a text field, because it's not necessarily a complete value you're searching for.

Certainly my use case was to find ALL contexts associated with a particular webform, by searching for the common prefix (and ditto for the example I gave in the issue description, whereby filtering on "type:page:" will find all string translation contexts for the 'page' node type.

I can see the potential use in also having a select list filter (although that list really can get huge), but the current approach has more general utility.

RogerRogers’s picture

I too have used the approach of prefixing all site specific contexts with a unique keyword and it does work well.

Thanks for the reply!

mario.awad’s picture

This is very useful. Thanks.

Regarding the usage of a textfield vs a dropdown I think both are very needed and the perfect solution would be to provide both in the interface. If the user wants to choose a context from the dropdown, it's easily there and usable. If they fill the textfield then that will be used.

I know this is harder to implement but maybe we can help if there's interest in pushing this into core.

Thanks again.

daulet2030’s picture

Issue summary: View changes
Status: Active » Needs review

I used this patch and it works great! I think it needs review and hopefully a commit :)

jasonyarrington’s picture

Has anyone created a patch that creates the same filter on the Translate Export?

ericdsd’s picture

This patch works like a charm, thanks
This should really be committed in next release as it fits a widespread need.

stefanweber’s picture

Status: Needs review » Reviewed & tested by the community

works great. Commit please.

hargobind’s picture

Status: Reviewed & tested by the community » Needs review
FileSize
3.19 KB

Great patch. I also find Location a helpful field to search on. Here's a patch with that field added.

Status: Needs review » Needs work

The last submitted patch, 10: drupal-translate_string_context_filter-2123543-10.patch, failed testing.

hargobind’s picture

Status: Needs work » Needs review
FileSize
2.79 KB

I guess automated testing doesn't work unless you create the patch against an actual branch.

nicrodgers’s picture

Patch applied cleanly and works perfectly. Code appears to confirm to the coding standards. Looks great - such a useful addition!

Do we need to add some automated tests before we can get this committed?

bird-cage’s picture

We are currently developing a D8 Site for which this same feature would be very useful. Here is the feature request for D8.

ljcarnieri’s picture

Nice patch, i created one looks like this, but the context filter is the select options, because context is used in code,then sometimes is difficult to remember the names that you used.

What do you think?

jweowu’s picture

ljcarnieri: Please see comment #2 and comment #3 above.

ljcarnieri’s picture

jweowu: sorry.

Maybe, one autocomplete works well?

Look this patch. What do you think?

David_Rothstein’s picture

Title: Add string context filter to the translate interface » Add string context and location filters to the translate interface
Version: 7.x-dev » 8.0.x-dev
Status: Needs review » Needs work
Issue tags: +Needs backport to D7

Based on the above discussion it looks like this is relevant for Drupal 8 too and would need to go in there first.

Also retitling based on the direction of the latest patches (although perhaps they could be separate issues instead).

Will the average site administrator really have a clue what "location" and "context" mean in this user interface?

swentel’s picture

Assigned: Unassigned » swentel

working on this

Gábor Hojtsy’s picture

Issue tags: +D8MI, +sprint, +language-ui

A location filter in Drupal 8 could allow to filter to configuration strings, or JS strings, that kind of stuff. A context filter could filter down to long month names or PHP date formats, etc. I think with concrete options provided the users could easily figure it out (eg. for context, the filter can be a dropdown in Drupal 8, for location TYPE the list can be a dropdown).

swentel’s picture

So the problem is that I'd need a method on StringStorageInterface, something like getDistinctContexts() but that isn't possible to add in patch, or even minor.

Catch suggested adding a public method to StringDatabaseStorage() which is a possibility, but not very neat. So the cleanest option seems to be adding a new interface in 8.1.x then ?

pasted log from IRC

<swentel> alexpott, we can't add methods to an interface in a patch release I guess ?
<alexpott> swentel: nope
<catch> swentel: don't think we can do that in a minor either, would need to be a new interface and update StringDatabaseStorage
<swentel> catch, seems like it yeah
<catch> swentel: in a patch we could possibly add a new @internal public method to StringDatabaseStorage
<catch> swentel: if it was to solve something horrible that can't wait until April.
<swentel> catch, it's a feature, nothing horrible
jweowu’s picture

I'm not familiar with D8 but, regarding the use of drop-down lists for this, does comment #3 not still hold?

Not including the ability to filter on a partial context value would be contrary to my original intent.

If the widget facilitates both a pre-populated drop-list and an arbitrary textfield input, that could be nice. I haven't spent much time thinking about the best approach to including a select list, but if D8 uses something like https://harvesthq.github.io/chosen/ to make excessively-long select lists manageable, I could see that working reasonably well. Failing that, I'd guess some kind of auto-complete widget might be appropriate?

In fact, an auto-complete field which also allowed you to submit incomplete text might be a nice way to combine the two requirements? That way you could see which contexts you were matching, and either select a specific one, or submit as-is to match all of them.

(edit: which might be what ljcarnieri's comment #17 provides? I haven't tried that patch...)

swentel’s picture

Assigned: swentel » Unassigned

Regarding #22: makes sense - I actually hadn't read the complete thread, sorry about that. One downside of a textfield is that users would have to know which contexts exists in the first place (however, I quickly checked and the filters already use LIKE, so it could do partial matching). The immediate plus of a textfield is also that it allows us to implement this without having to make any changes to the class interfaces and even include this in a patch release.

Autocomplete would be nice indeed, but that requires updates to the interfaces which would only be possible for 8.1.

@Gábor Hojtsy any preferences ?

swentel’s picture

Patch which uses a textfield for the widget, it actually works nicely.

jweowu’s picture

+1 from me for implementing this approach for 8.0.x and perhaps aiming to enhance it with autocomplete abilities in 8.1.

Gábor Hojtsy’s picture

@jweowu: what is your use case for partial contexts in Drupal 8? Drupal 8 does not have textgroups and does not identify webform or content type translations with contexts. I don't think its a problem that we use a dropdown.

jweowu’s picture

I'm using Drupal 7, so I have no specific use case for this in Drupal 8 at present; but is it not still possible for contrib/custom code to create arbitrary translation contexts in Drupal 8?

Gábor Hojtsy’s picture

@jweowu: only shipped English strings are translated with locale now. What would modules use arbitrary translation contexts for then?

jweowu’s picture

I'm not certain I understand the changes, but if modules cannot dynamically generate contexts which are visible to this interface, that probably does eliminate the need for partial matching.

Maybe that doesn't change things in practice, though? A select-based approach evidentially isn't possible to add earlier than 8.1, so I would still suggest that a textfield-based solution will be an improvement for the 8.0.x series, as it still provides the missing functionality, even if the interface might be improved later on.

Continuing to use LIKE matching for the textfield version would probably still be a convenience for the end user, even if it's no longer a necessity to facilitate partial matches.

jweowu’s picture

Furthermore, with a 8.0.x commit, we can hopefully make the backport to 7.x in short order, as the 8.1-specific UI enhancements would be a separate issue. That would be a nice bonus.

Gábor Hojtsy’s picture

I can see how the textfield is useful in Drupal 7, although it is far from discoverable. I don't see the benefits of a textfield over a select box in Drupal 8 honestly. How do people know what to put there?

jweowu’s picture

The benefit of a textfield for this is that it can be implemented in Drupal 8.0, whereas a select list cannot (at least not in a reasonable way).

The options appear to be:

a) Implement as a textfield for 8.0; backport to 7.x; enhance with select list in 8.1.
b) 8.0 gets nothing; implement as a select list for 8.1; "backport" the textfield approach to 7.x.

I think (a) seems better than (b).

How do people know what to put there?

I can see the context named in the results shown in the screenshot in #24, so that seems like an obvious way for everyone. Other people will already know what they're looking for. I don't think the fact that some people won't know what to do with it should prevent the addition of a feature which other people will know what to do with, and which may prove very convenient to them?

Gábor Hojtsy’s picture

@jweowu: I see you are advocating to add a cumbersome UI element, so we don't need to add something less than ideal on the API. I would value a better UI over a very elegant API.

jweowu’s picture

Sure. I had thought the consensus was the necessary API change for 8.0 was untenable, but I don't have an opinion on it myself. If the select list UI is still an option for 8.0 then I have no issue with that.

Kristen Pol’s picture

I agree with #31 that a text field isn't particularly intuitive as a filter since many wouldn't know what to put there but a select list would be nice.

Version: 8.0.x-dev » 8.1.x-dev

Drupal 8.0.6 was released on April 6 and is the final bugfix release for the Drupal 8.0.x series. Drupal 8.0.x will not receive any further development aside from security fixes. Drupal 8.1.0-rc1 is now available and sites should prepare to update to 8.1.0.

Bug reports should be targeted against the 8.1.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.2.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.1.x-dev » 8.2.x-dev

Drupal 8.1.9 was released on September 7 and is the final bugfix release for the Drupal 8.1.x series. Drupal 8.1.x will not receive any further development aside from security fixes. Drupal 8.2.0-rc1 is now available and sites should prepare to upgrade to 8.2.0.

Bug reports should be targeted against the 8.2.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.3.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

hargobind’s picture

Version: 8.2.x-dev » 7.x-dev

Downgrading to 7.x to include a new patch in the next comment.

hargobind’s picture

Since there are probably a handful of folks like myself that are still supporting 7.x sites, I'm including a new patch which is essentially just an update of #17 by @ljcarnieri to be compatible with the latest 7.x branch (and applies cleanly to 7.53).

I understand that there was still some discussion about the best way to implement this in 8.x, but since I haven't migrated to that version yet, I can't provide any useful in that direction. However, the code added by @ljcarnieri in this patch has turned the Context field into an autocomplete field which seems to address the big question of "Does the average user know what location/context are." Perhaps others might agree that this approach is sufficient to move this issue forward in 8.x?

hargobind’s picture

Version: 7.x-dev » 8.2.x-dev

Bumping back to 8.x

Status: Needs review » Needs work

The last submitted patch, 39: drupal-translate_string_context_filter-2123543-39.patch, failed testing.

othermachines’s picture

@hargobind - Thanks. I'm using the patch for 7.x so will be back to test. Do you maybe need to wait for the testbot before you switch back to 8.x? I have no idea.

Unrelated, but it's a bit more than a handful. :) https://www.drupal.org/project/usage/drupal

hargobind’s picture

@othermachines - Yeah, I don't have much experience with the testbot, but it looks like the tests ran correctly against 7.x since that's what appears next to the test results, and even shows it on the test page for "DCI_CoreBranch". The failures don't seem to have anything to do with my code.

I appreciate you linking to the usage page, I haven't looked at it in a long time. Those stats make me feel better that I haven't yet had the time to adopt 8.x ;-)

othermachines’s picture

Tested re-rolled D7 patch in #39 on a clean 7.53 installation and it applies cleanly and works as advertised. The autocomplete is a nice bonus. :) I've been hooking into the form to provide context "suggestions" in the field description, which is ugly and messy.

Be nice if we could get some work done on this for D8. (I'd offer, but I still have much to learn.)

Thanks, @hargobind.

Version: 8.2.x-dev » 8.3.x-dev

Drupal 8.2.6 was released on February 1, 2017 and is the final full bugfix release for the Drupal 8.2.x series. Drupal 8.2.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.3.0 on April 5, 2017. (Drupal 8.3.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.3.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.4.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

reekris’s picture

Reroll of the patch from #46 against 8.4.x

reekris’s picture

Status: Needs work » Needs review

Version: 8.3.x-dev » 8.4.x-dev

Drupal 8.3.6 was released on August 2, 2017 and is the final full bugfix release for the Drupal 8.3.x series. Drupal 8.3.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.4.0 on October 4, 2017. (Drupal 8.4.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.4.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.5.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

mErilainen’s picture

Seems to work, but should the OR operator be changed to AND? If I search for next and give a context, it doesn't really help me to find the string "next" in certain context.

Version: 8.4.x-dev » 8.5.x-dev

Drupal 8.4.4 was released on January 3, 2018 and is the final full bugfix release for the Drupal 8.4.x series. Drupal 8.4.x will not receive any further development aside from critical and security fixes. Sites should prepare to update to 8.5.0 on March 7, 2018. (Drupal 8.5.0-alpha1 is available for testing.)

Bug reports should be targeted against the 8.5.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.6.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

Version: 8.5.x-dev » 8.6.x-dev

Drupal 8.5.6 was released on August 1, 2018 and is the final bugfix release for the Drupal 8.5.x series. Drupal 8.5.x will not receive any further development aside from security fixes. Sites should prepare to update to 8.6.0 on September 5, 2018. (Drupal 8.6.0-rc1 is available for testing.)

Bug reports should be targeted against the 8.6.x-dev branch from now on, and new development or disruptive changes should be targeted against the 8.7.x-dev branch. For more information see the Drupal 8 minor version schedule and the Allowed changes during the Drupal 8 release cycle.

jeroenbegyn’s picture

I agree with @mErilainen, it should use an AND condition and not the default OR condition.
I updated the patch to reflect this change.

Kristen Pol’s picture

Status: Needs review » Needs work

Thanks for the patch. An interdiff file would be nice :) I noticed a minor thing:

+++ b/core/modules/locale/src/StringDatabaseStorage.php
@@ -427,6 +427,13 @@ protected function dbStringSelect(array $conditions, array $options = []) {
+    if(isset($options['filters']['context'])) {

Needs space after "if".

kostyashupenko’s picture

Assigned: Unassigned » kostyashupenko
kostyashupenko’s picture

Assigned: kostyashupenko » Unassigned
Status: Needs work » Needs review
FileSize
2.55 KB
744 bytes

added space after "if" and interdiff before #46 and current one

Kristen Pol’s picture

The code appears to be ok but this needs testing. I'll see if I can do that soon.

Kristen Pol’s picture

The context search is working with and without the string text. There was still discussion about using a select list instead of a text field though.

hargobind’s picture

This seems to satisfy "context". However, the idea of "location" was added to the discussion in #10 and #18. Can someone add that to the 8.x patch?

armandaslt’s picture

Updated patch to choose context from a select list instead of a text field.
screenshot

raphaeltbm’s picture

Patch for select list updated with contexts sort alphabetically.

nicrodgers’s picture

Version: 8.6.x-dev » 8.9.x-dev
raphaeltbm’s picture

An other one for the version with textfield, to avoid "Illegal mix of collations" when searching with accents in the context textfield. The context column in DB being in "varchar_ascii".

hargobind’s picture

Status: Needs review » Needs work

Could someone add a Location search to these patches? It doesn't seem like that would be too much work.

M_Z’s picture

Maybe my post in #3104585: Add context filtering capabilities to the core translation interface is a duplicate of this issue, so I ask my questions here:

1. Does this issue also covers a "context" filter for the translation export (.po file generation)? In my opinion this would be a very important feature for multilingual websites with custom modules that use "context" for their translation strings.
2. Does this issue contains a "context" column in the translations backend overview (as you can see on the screenshot image of the contrib module https://www.drupal.org/project/locale_translation_context)? I think that this column is helpful to quickly find a context Name.

As far as I can see the contrib module https://www.drupal.org/project/locale_translation_context offers a working solution (that suffers on too much core code duplication) and that is why this should be a core feature (but the working code is available in the contrib module)… Am I wrong? Where is help needed?

Version: 8.9.x-dev » 9.1.x-dev

Drupal 8.9.0-beta1 was released on March 20, 2020. 8.9.x is the final, long-term support (LTS) minor release of Drupal 8, which means new developments and disruptive changes should now be targeted against the 9.1.x-dev branch. For more information see the Drupal 8 and 9 minor version schedule and the Allowed changes during the Drupal 8 and 9 release cycles.

Version: 9.1.x-dev » 9.2.x-dev

Drupal 9.1.0-alpha1 will be released the week of October 19, 2020, which means new developments and disruptive changes should now be targeted for the 9.2.x-dev branch. For more information see the Drupal 9 minor version schedule and the Allowed changes during the Drupal 9 release cycle.

mbovan’s picture

Status: Needs work » Needs review
FileSize
5.86 KB
3.48 KB

Thank you all for the previous work!

Here is the updated patch and interdiff against #60 since our client perfers the "Context" filter as a dropdown menu.

I made the following updates:

  • Introduced a new interface to get all available contexts as per #21
  • Alphabetical sort as per #60
  • Rewrote the original query in #12. It includes a fix for context strings that are part of another context strings.
  • Fixed deprecated code.
mbovan’s picture

Here is Drupal 8.9.x-friendly patch that fixes condition object initialization.

mbovan’s picture

As per #52, the default condition should be AND.

Version: 9.2.x-dev » 9.3.x-dev

Drupal 9.2.0-alpha1 will be released the week of May 3, 2021, which means new developments and disruptive changes should now be targeted for the 9.3.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

DamienMcKenna’s picture

Rerolled. This applies cleanly against 9.2.x and 9.3.x.

Version: 9.3.x-dev » 9.4.x-dev

Drupal 9.3.0-rc1 was released on November 26, 2021, which means new developments and disruptive changes should now be targeted for the 9.4.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

Version: 9.4.x-dev » 9.5.x-dev

Drupal 9.4.0-alpha1 was released on May 6, 2022, which means new developments and disruptive changes should now be targeted for the 9.5.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

AndreRB’s picture

Rerolled. This applies cleanly against 9.4.x.

Meeni_Dhobale made their first commit to this issue’s fork.

Version: 9.5.x-dev » 10.1.x-dev

Drupal 9.5.0-beta2 and Drupal 10.0.0-beta2 were released on September 29, 2022, which means new developments and disruptive changes should now be targeted for the 10.1.x-dev branch. For more information see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

M_Z’s picture

@AndreRB: I didn't tested your patch #74, but I reviewed the code and it looks promising. Thank you for your work. Maybe someone else can test the patch to move status to RTBC...

Kgaut’s picture

#74 is fine for me to !

Leksat’s picture

Re-rolled #74 on 10.0.x

hargobind’s picture

Readding the D7 patch that was hidden by @Lekstat

@Lekstat why did you hide your own patch in #79?

smustgrave’s picture

Status: Needs review » Needs work
Issue tags: +Needs Review Queue Initiative, +Needs issue summary update, +Needs tests

This issue is being reviewed by the kind folks in Slack, #needs-review-queue-initiative. We are working to keep the size of Needs Review queue [2700+ issues] to around 400 (1 month or less), following Review a patch or merge request as a guide.

The issue summary could be updated to show what the proposed solution is? Remaing tasks, etc.

Also will need test coverage to ensure it doesn't break.

jheinon_finland’s picture

Version: 10.1.x-dev » 9.4.x-dev
Status: Needs work » Needs review
FileSize
5.64 KB

I had some issues in #74 on the project for which I'm working on. The code section where all the available string translation contexts are fetched in the function translateFilters() didn't apply.

This is an updated version of the patch where the said code segment is placed between the filters array and language fetching sans English.

Phonoman’s picture

Status: Needs review » Needs work

#83 seems to have some linting errors, please adjust those so that the tests can pass :)

FILE: /var/www/html/core/modules/locale/src/StringContextInterface.php
----------------------------------------------------------------------
FOUND 2 ERRORS AFFECTING 2 LINES
----------------------------------------------------------------------
9 | ERROR | [x] Opening brace should be on the same line as the
| | declaration
16 | ERROR | [x] Expected 1 blank line before function; 0 found

jheinon_finland’s picture

All right, as stated in #84, these should be fixed with the version provided in this comment, #85.

Martijn de Wit’s picture

Version: 9.4.x-dev » 10.1.x-dev

@jheinon_finland Drupal core issues are fixed in development versions. So please don't move versions down.
Current development versions is 10.1.x. Maybe the patch can be applied to previous versions and back-ported if needed but that's up to the core maintainers.

Can you upload a diff in the same comment? So people can see what you changed?

smustgrave’s picture

Status: Needs review » Needs work

Issue summary still needs updating.

Tests are still needed.

And yes interdiffs need to be uploaded for #83 and #85

jheinon_finland’s picture

In this, I will upload the interdiff between versions #83 and #85. To answer #86, it appears it's not possible to edit an old comment and provide a file with it, so I will be uploading the interdiff file in this comment.

smustgrave’s picture

Status: Needs review » Needs work

per #87

Version: 10.1.x-dev » 11.x-dev

Drupal core is moving towards using a “main” branch. As an interim step, a new 11.x branch has been opened, as Drupal.org infrastructure cannot currently fully support a branch named main. New developments and disruptive changes should now be targeted for the 11.x branch, which currently accepts only minor-version allowed changes. For more information, see the Drupal core minor version schedule and the Allowed changes during the Drupal core release cycle.

parisek made their first commit to this issue’s fork.

parisek’s picture

Updated MR to support Drupal 10, unfortunately couldn't rebase

bbu23 made their first commit to this issue’s fork.

bbu23’s picture

Rebased MR 4174.

candelas’s picture

Is there any patch for 10.2.1 ?
Thanks