-
-
Notifications
You must be signed in to change notification settings - Fork 824
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
#4360 #4384 fixing multiple regressions with path civicrm/contact/search #26669
Conversation
…h civicrm/contact/search
(Standard links)
|
ext/civicrm_admin_ui/managed/SavedSearch_Contact_Search.mgd.php
Outdated
Show resolved
Hide resolved
Confirmed, all three issues are fixed. Looks reasonable to me. |
I spoke too soon: If you disable AdminUI with this patch, Find Contacts disappears from the Search menu. It's still accessible by URL, but the menu item is gone (and even rebuilding the menu doesn't bring it back). |
Hmm, good catch. We need to add an upgrader/disable/enable functions |
How about instead of a managed nav-menu entry, just an enable/disable script in the upgrader class that changes the path of the existing nav-menu item. |
@larssandergreen this should be fixed. If you don't rebuild your testing instance from scratch, you need to first delete the civicrm_manage entry with : DELETE FROM civicrm_managed WHERE name = 'Navigation_Find_Contacts'; |
Works for me now, thanks @samuelsov |
Co-authored-by: demeritcowboy <[email protected]>
Thanks everybody. |
The new url doesn't seem to be working anymore: civicrm/adminui/contact/search |
@demeritcowboy it has been moved to a new extension -> #26863 so if you are in master, you need to enable it |
Oh ok. This extension though still thinks it owns the link, so if you install adminui but not the other one then the menu link goes to the new url but it doesn't exist. See dmaster.demo. |
I forgot to move that upgrader when moving the 'Find Contacts' search - See #26919 |
Overview
Issue dev/core#4360 dev/core#4384
Before
After
Use the legacy search in most context except when using the menu
Technical Details
Using alternate path
civicrm/adminui/contact/search
for SearchKit/Formbuilder version