-
-
Notifications
You must be signed in to change notification settings - Fork 825
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
dev/core#2556 Rename extension org.civicrm.search -> org.civicrm.search_kit #20124
Conversation
(Standard links)
|
@@ -64,6 +63,6 @@ CREATE TABLE `civicrm_search_display` ( | |||
) | |||
|
|||
, CONSTRAINT FK_civicrm_search_display_saved_search_id FOREIGN KEY (`saved_search_id`) REFERENCES `civicrm_saved_search`(`id`) ON DELETE CASCADE | |||
) ROW_FORMAT=DYNAMIC ; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@seamuslee001 this is what happens when I rerun civix :(
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I've manually re-added the ROW_FORMAT=DYNAMIC
bit.
619a37d
to
da5adc6
Compare
…ch_kit This avoids a namespace conflict in drupal 7, and is generally more descriptive See https://lab.civicrm.org/dev/core/-/issues/2556
da5adc6
to
fbf3a31
Compare
I tested an upgrade and it worked but I got the error popup you get when you've deleted an installed extension's folder and I had to clear cache manually after the upgrade for it to work again. Maybe something about the order of when menu paths get rebuilt. |
Thanks for testing @demeritcowboy. IMO it would certainly be nice to fix that issue, but not necessarily a blocker to merging this, as the extra cache flush isn't the worst thing in the world for the handful of sites using the extension (it's officially still beta). |
@demeritcowboy I think I found a fix - pushed a second commit c486a70 which results in a better experience. In my testing, the error about a mising extension still pops up once after the upgrade, but then goes away by itself without a manual cache clear, and the search kit page works right away (previously it couldn't be found prior to flushing caches several times). |
Cool. Will take a look. |
Ok thanks retested and yes it's better. Didn't even get any popups. |
I'm going to merge based on Dave D's testing |
Thanks @demeritcowboy ! |
Overview
Rename extension to avoid a namespace conflict in Drupal 7 (and it's a more descriptive name anyway).
See https://lab.civicrm.org/dev/core/-/issues/2556