-
-
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
Enable QueueRunner for all imports #23712
Conversation
(Standard links)
|
/** | ||
* Clean up the import table we used. | ||
*/ | ||
public function postProcess() { |
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.
this function used to do cleanup -now it doesn't. It was never about blocking higher up functions
@@ -45,8 +45,6 @@ public function buildQuickForm() { | |||
unset($sel1['membership_id']); | |||
} | |||
|
|||
$sel2[''] = NULL; |
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.
this is copy & paste - it never did anything but does cause some weirdness if you go forwards from the Preview screen & then back again
2ea6ae6
to
6488aaf
Compare
I just rebased this over #23719 - which should be merged before this or with it - they can be r-run tested together |
ea36f37
to
24717e3
Compare
24717e3
to
79091ae
Compare
Tests are happy. Let's get this into the RC. |
Overview
Enable QueueRunner for membership import
Before
Non contact imports still using the old ajax method
After
All imports use the queue runner
Technical Details
@totten I think it's good if Contact isn't the only import we are r-running when we test queues.
Note that the same summary screen works for all
Comments
Just noting that we might need to re-instate a version of the error