Arlina β made their first commit to this issueβs fork.
In #13: created a PR from patch #11, and it also adds caching to the getRouteResourceTypes() method, as that was causing memory issues on sites with a large number of menus.
Arlina β made their first commit to this issueβs fork.
Posted PR, needs review. :)
Arlina β created an issue.
Thanks for taking a look @vensires! I just uploaded the code yesterday so I'm happy it's getting some views. To answer, yes, this is a port of a custom D7 module (not using retrofit) so I'm still refining it. So far I've been developing against D9, but I'll be running it through a deprecation checker to make sure it's fully D10 compatible.
I'm working on this for a couple of clients so I expect to have an alpha release in next couple of weeks. I'll make sure to incorporate your observations and hope to get more feedback in the future. Cheers!
Patch #2 worked, thanks!
Submitted a merge request that updates the variable name from AH_PENDO_KEY
to PENDO_KEY
.
Arlina β created an issue.
Here's a patch for 9.0.x that provides an extensible way to support other field types. It adds two new hooks:
- hook_search_api_attachments_get_file_fields(): determine if a given field is of interest to search_api_attachments (make it selectable in the search index "add fields" configuration).
- hook_search_api_attachments_add_field_values(): allows modules to add file entity IDs to the search index, given a field type, field name, and entity.
In my scenario, I had a custom field that extended a field reference field, and the code needed to make it work with search_api_attachments is essentially what was added in the hooks description under search_api_attachments.api.php.
Created a PR that provides views integration for the Akismet table, as well as relationships to the node and comment entities.
PR was made against current 2.x but since the table structure is the same for 8.x-1.x, it would work for that version as well.
Updating version to create branch under 2.x.
Arlina β made their first commit to this issueβs fork.
Patch #2 works for 2.0.0. Thanks!
Here's a back-port patch that applies to Drupal 9.5.2, if it's useful to anyone: 956186-175-for-D9.patch β
The core referenced issue does not have a working patch (that I could find at least). Until it gets fixed, maybe this module can remove the display extender on the uninstall hook - that's how metatag_views is doing it as well.
Here's a patch that works against 2.0.0.