I re-added the Drupal 11 compatibility fixes that got lost in the merge.
Merged 8.x-1.x into this branch, and fixed the merge conflicts.
anneke_vde β made their first commit to this issueβs fork.
Looks good, I tested the above fix and after the fix the file entity text extraction is available in de file index.
I had the same warning in our tests as above. The MR looks good and fixed the problem, the tests are running ok again.
Uploaded the wrong patch, here is the correct one.
I created a new patch so that it applies against the latest 4.x branch, I used the forceEnclosure method because the EncloseField is marked as deprecated.
Not included the settings
Here is a new version of the patch from #6 for the 4.x version
Attatched patch is a re-roll for 8.x-2.11
Tested the latest MR, the warnings are gone after this change.
@guardiola86 the pathauto module has a setting for if you want the alias to be the same 'Do nothing. Leave the old alias intact.'.
I tested this but on my local dev it doesn't work. In the module code of domain path I see code for it: UPDATE_ACTION_NO_NEW.
Maybe better to create a new issue for that, this issue is about the setting not being saved.
Attached is the patch of the proposed solution. Instead of deleting the state of the domain_path_pathauto setting the setting is saved as FALSE so the checkbox is stays disabled when saving the node.
anneke_vde β created an issue.
The extra field can be used to disable the 'Content translation' in the form display.
I moved the extra field to the new container, I can now disable the 'Content translation' in the node edit form.
I tested patch #28, looks good the default_value formatting is now correct.
I tested patch #5, when applied I see data at "admin/reports/sendgrid".
Attached is the patch version of the MR for those working with composer patches.
Thanx for the clarification, that was indeed the reason why I uploaded the patch file.
Attached is the patch version of MR 450 for those working with composer patches.