Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Search Display of ACLs #26624

Merged
merged 3 commits into from
Jun 24, 2023
Merged

Conversation

seamuslee001
Copy link
Contributor

Overview

This adds a search kit built search display of ACLs into the new admin ui extension and associated metadata that is needed and includes #26615

Before

No new display for list of ACLs based on search kit

After

New search kit display

ping @colemanw

@civibot
Copy link

civibot bot commented Jun 23, 2023

(Standard links)

@civibot civibot bot added the master label Jun 23, 2023
CRM/ACL/BAO/ACL.php Outdated Show resolved Hide resolved
CRM/ACL/BAO/ACL.php Outdated Show resolved Hide resolved
Add in Search Kit and form Builder display for ACLs

Update function titles following discussion with coleman and update translation in managed entity
@seamuslee001
Copy link
Contributor Author

Jenkins re test this please

@colemanw
Copy link
Member

Hooray, passing test!

@colemanw colemanw merged commit 0f34e7a into civicrm:master Jun 24, 2023
@seamuslee001 seamuslee001 deleted the acl_search_display branch July 8, 2023 00:44
@@ -99,6 +105,10 @@
<type>int unsigned</type>
<comment>The ID of the object controlled by this ACL entry</comment>
<add>1.6</add>
<pseudoconstant>
<callback>CRM_ACL_BAO_ACL::getObjectIdOptions</callback>
<prefetch>false</prefetch>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@seamuslee001 I just noticed this. Why did you add this <prefetch> flag? I'm honestly not even sure what this would do when paired with a <callback>, I don' think that's ever been done before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants