I'll work on something.
I like this. Will add it.
Good idea. Will add it in.
Merge request incoming.
gregcube β created an issue.
I put up a beta version that supports Drupal 10 and Group 3.x.x. Give that a try.
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.
I'll get a D10 release out this week.
I'll get a new release rolled out right now.
Check merge request; it replaces the AjaxResponse::create() calls.
gregcube β created an issue.
Yes, confirmed. It is compatible with D10 already.
Looks good. Thanks.
Looks good. Thanks.
Give the latest a try. Let me know how it works for you.
gregcube β made their first commit to this issueβs fork.
gregcube β made their first commit to this issueβs fork.
gregcube β made their first commit to this issueβs fork.
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.
This has not been implemented yet.