bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → made their first commit to this issue’s fork.
We may want to include permissions like:
edit any $bundle $subtype crm contact
History only supports nodes.
✨ Support other entity types Active
bluegeek9 → changed the visibility of the branch 3568006-allow-contact-entity to hidden.
I appreciate you taking the initiative on this. I want to go in a slightly different direction. I want to expose the contact field onto the mapped user. I update the issue summary with roughly how I think it can be implemented, but it should not be treated as gospel.
bluegeek9 → changed the visibility of the branch 1.0.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
I appreciate your work on this and the several other issues you have worked on.
We need tests for new features. Can you add tests for the navigation integration?
I think we should also add the contacts to create menu.
I am not familiar with navigation. I took a brief look at how content is added to the create menu.
NavigationContentLinks.php
$this->addCreateEntityLinks('crm_contact_type', 'entity.crm_contact.add_page', $links);
NavigationHooks.php
#[Hook('menu_links_discovered_alter')]
public function menuLinksDiscoveredAlter(&$links): void {
$navigation_links = \Drupal::classResolver(NavigationContentLinks::class);
assert($navigation_links instanceof NavigationContentLinks);
$navigation_links->addMenuLinks($links);
}
bluegeek9 → changed the visibility of the branch 1.0.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → changed the visibility of the branch 1.0.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → changed the visibility of the branch 1.0.x to hidden.
bluegeek9 → changed the visibility of the branch 3557793-parallelize-phpunit-tests to hidden.
bluegeek9 → made their first commit to this issue’s fork.
bluegeek9 → changed the visibility of the branch 3258091-empty-label-for to hidden.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → changed the visibility of the branch 8.x-1.x to hidden.
bluegeek9 → made their first commit to this issue’s fork.
The error "Label for Credentials field is required." still occurs
bluegeek9 → changed the visibility of the branch 1.0.x to hidden.