-
Notifications
You must be signed in to change notification settings - Fork 106
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
Mass source download fails on zero record members #2513 #2526
base: master
Are you sure you want to change the base?
Mass source download fails on zero record members #2513 #2526
Conversation
Before this can be merged, #2525 needs to be merged. Also, for your issue of Issues with resolving Component, try deleting the |
@wimjongman I actually suggest you build this PR on top of #2525, which has some fixes to component install states. |
Ok, I will wait on #2525 |
@wimjongman That PR was merged. Please update this branch. Thanks! |
21ec0bf
to
d3a5e0a
Compare
de66f12
to
ef302f6
Compare
ef302f6
to
398dcee
Compare
@worksofliam this now works as a charm. See the commit message for details. |
When trying to copy an empty member to an already existing member the system issues CPF2869. When the empty member is copied to a new member, the message is not send and the transaction continues. The fix is to use the member name for the temporary member and not reuse the existing 'TEMPMEMBER' member. This also fixes: Strange dialog button when downloading members codefori#2527
398dcee
to
8548f01
Compare
@wimjongman I should be getting to this tomorrow. I will likely merge, but I just realized when looking at these changes that this logic is happening in the UI, and in the future should be moved to the |
Yes sounds good. I will take a look at it after the merge. I wanted to make a test but as you said, the meat is in the UI. It should not be too hard to refactor this part. |
@worksofliam I merged again with master. Let me know if you have doubts merging this. |
@wimjongman totslly my bad on the schedule. I had to take off Friday so I will get to it in the next few days. This is the last PR before we release 2.15.0, so it's important! |
How to test this PR