- Issue created by @jrglasgow
- Status changed to Closed: works as designed
about 1 year ago 3:38pm 17 August 2023 - 🇺🇸United States jrglasgow Idaho
I tested the fork for issue 💬 Is group content moderation module compatible with Groups 2.0.0-beta3? Needs work and it does indeed appear to work with Group 3.x
- Status changed to Active
about 1 year ago 7:04pm 25 August 2023 - 🇺🇸United States jrglasgow Idaho
this was working for me until a commit to the issue fork for 💬 Is group content moderation module compatible with Groups 2.0.0-beta3? Needs work was made to remove compatabilty for Group 3.x.
- last update
about 1 year ago 4 fail - @jrglasgow opened merge request.
- last update
about 1 year ago 4 fail - last update
about 1 year ago 4 fail - @jrglasgow opened merge request.
- last update
about 1 year ago 4 fail - 🇺🇸United States jrglasgow Idaho
I have the fork with branch 3381073-group-3-compatible based on the work for 💬 Is group content moderation module compatible with Groups 2.0.0-beta3? Needs work but the references to group_content and group_content_type were changes to group_relationship and group_relationship_types.
- 🇺🇦Ukraine Ruslan Piskarov Kiev, Ukraine
I have a question. Is a way to apply correctly?
Tried the following:
"drupal/gcontent_moderation": "1.x-dev@dev", "drupal/group": "3.2.0 as 1.0", "drupal/gcontent_moderation": { "3381073: Make compatible with Group 3.x": "https://git.drupalcode.org/project/gcontent_moderation/-/merge_requests/13.diff" },
However on /admin/structure/views/view/moderated_group_content see "Broken/missing handler".
Thank you. - last update
about 1 year ago 4 fail - 🇺🇸United States jrglasgow Idaho
@Ruslan Piskarov
Instead of adding the diff for this fork as a patch, instead you should add this fork as a repository in your composer. I ust updated the description of this issue with that information.Don't require
"drupal/group": "3.2.0 as 1.0",
, leave it is ~3.1.0 for the time being... I haven't yet successfully made changes to this fork with group ^3.2 - that is for later today. I have had issues, but ^3.1.0 appears to be working with my latest commit.I have created a new tag 3.0.0-beta3 with the latest commit to he fork so
composer require drupal/gcontent_moderation ^3.0@beta
should bring in the latest beta tag in the branch. - last update
about 1 year ago 4 fail - 🇺🇦Ukraine Ruslan Piskarov Kiev, Ukraine
Thank you @jrglasgow.
On path like /group/11797046/moderated I still see the fatal error. I made a commit and now it works. Could you review it? - 🇺🇦Ukraine Ruslan Piskarov Kiev, Ukraine
Also I manually fixed the "Moderated group content" view. Was Broken/Missing filter. Re-added but didn't commit.
- First commit to issue fork.
- last update
about 1 year ago 4 fail - 🇬🇧United Kingdom very_random_man
I had created a separate issue about a typo causing /node/xxx/latest to always be blocked but realised this seemed to be the place to raise it.
https://www.drupal.org/project/gcontent_moderation/issues/3393691 🐛 Typo in LatestRevisionCheck blocks Latest Version route Closed: duplicate
I've made a commit to the MR that fixes the typo.
- Status changed to Needs work
about 1 year ago 11:06am 16 October 2023 - 🇮🇳India naveenvalecha New Delhi
Moving this to N/W to fix the tests and missing coding standards
- First commit to issue fork.
- Status changed to Needs review
about 1 year ago 4:56pm 30 October 2023 - last update
about 1 year ago Patch Failed to Apply - 🇺🇸United States pcate
I think I got the last of the tests passing. Setting to "Needs Review".
- Status changed to Needs work
about 1 year ago 5:44pm 30 October 2023 - 🇮🇳India naveenvalecha New Delhi
Changes looks good to me.
Small changes required to accomodated phpstan issues here https://git.drupalcode.org/issue/gcontent_moderation-3381073/-/jobs/250922 - 🇺🇸United States pcate
Small changes required to accomodated phpstan issues here https://git.drupalcode.org/issue/gcontent_moderation-3381073/-/jobs/250922
@naveenvalecha I saw the phpstan issues, but they are not related to the 3.x support upgrade and are present in the 2.x branch.
One of them has an existing issue: https://www.drupal.org/project/gcontent_moderation/issues/3373812 📌 \Drupal calls should be avoided in classes, use dependency injection instead Needs review
Two others are related to 10.1 core deprecations which can't be changed without affecting the existing 9.x and 10.0 compatibility of the module.
I think these would be better done in separate issues where they can be updated for all support versions of the gcontent_moderation module.
- Status changed to Needs review
about 1 year ago 6:25pm 30 October 2023 - 🇮🇳India naveenvalecha New Delhi
I think these would be better done in separate issues where they can be updated for all support versions of the gcontent_moderation module.
Looks good in that case
-
naveenvalecha →
committed 6a5f5a35 on 3.0.x authored by
jrglasgow →
Issue #3381073 by naveenvalecha, jrglasgow, PCate, Ruslan Piskarov,...
-
naveenvalecha →
committed 6a5f5a35 on 3.0.x authored by
jrglasgow →
- Status changed to Fixed
about 1 year ago 6:30pm 30 October 2023 - 🇮🇳India naveenvalecha New Delhi
MR has been merged to 3.0.x
It will be rolled out in next release.
Thanks everyone. Automatically closed - issue fixed for 2 weeks with no activity.