I create the next patch
jorgewray93 → created an issue.
Adding the missing line in the patch #132
I am having a this problem in the version 3.1 of the module, but the path #2 is not working for that using this patch and the version 3.1 I create the new version. (The comment #4 has a bad file)
I am having a this problem in the version 3.1 of the module, but the path #2 is not working for that using this patch and the version 3.1 I create the new version.
The issue continue for me, comparing the patch 113 and the patch 129, I see that two lines are not adding in the patch 129.
I have a problem applying the patch #30, for the structure of my project the patch can't be applied for that I take a different way creating a patch directly into the library and add the reference into my composer.json.
If you have the same issue do the next steps:
- Add the reference of your library directly in your composer
"require": {
"h5p/h5p-editor": "1.24.4"
}
- Add my patch into the patch section
"patches": {
"h5p/h5p-editor": {
"PHP 8 compatibility": "patch/libary_patch.patch"
},
}
jorgewray93 → created an issue.
I updated the path #3