Account created on 15 July 2008, about 16 years ago
#

Merge Requests

Recent comments

πŸ‡¨πŸ‡¦Canada gregcube

I'll work on something.

πŸ‡¨πŸ‡¦Canada gregcube

I like this. Will add it.

πŸ‡¨πŸ‡¦Canada gregcube

I put up a beta version that supports Drupal 10 and Group 3.x.x. Give that a try.

πŸ‡¨πŸ‡¦Canada gregcube

Wow. I didn't realize how much Group has changed since Drupal 8. I've started a new dev branch -- 2.0.x -- that introduces support for D10; however, some features remain outstanding. Namely the `Who to notify` feature; `Email group members with permission` is not yet implemented in D10. That and much testing still remains.

πŸ‡¨πŸ‡¦Canada gregcube

I'll get a D10 release out this week.

πŸ‡¨πŸ‡¦Canada gregcube

I'll get a new release rolled out right now.

πŸ‡¨πŸ‡¦Canada gregcube

Check merge request; it replaces the AjaxResponse::create() calls.

πŸ‡¨πŸ‡¦Canada gregcube

Yes, confirmed. It is compatible with D10 already.

πŸ‡¨πŸ‡¦Canada gregcube

Give the latest a try. Let me know how it works for you.

πŸ‡¨πŸ‡¦Canada gregcube

gregcube β†’ made their first commit to this issue’s fork.

πŸ‡¨πŸ‡¦Canada gregcube

gregcube β†’ made their first commit to this issue’s fork.

πŸ‡¨πŸ‡¦Canada gregcube

gregcube β†’ made their first commit to this issue’s fork.

πŸ‡¨πŸ‡¦Canada gregcube

I like this idea, but it needs some work still.

$route_params = [
    'entity_type' => 'commerce_order',
    'entity_id' => 1,
    'export_type' => 'pdf'
];

We can't always assume entity id 1.

We should also add a requirement for entity_print or wrap something like:

if (\Drupal::moduleHandler()->moduleExists('entity_print')) {
  // Code Here
}

around it.

I think it would also be better implemented as a local action item.

πŸ‡¨πŸ‡¦Canada gregcube

This has not been implemented yet.

Production build 0.71.5 2024