update pivot.cofee(extra null check added to avoid error in case there is no filter data)#1039
Open
gparida1989 wants to merge 1 commit intonicolaskruchten:masterfrom
Open
update pivot.cofee(extra null check added to avoid error in case there is no filter data)#1039gparida1989 wants to merge 1 commit intonicolaskruchten:masterfrom
gparida1989 wants to merge 1 commit intonicolaskruchten:masterfrom
Conversation
extra null check added to avoid error in case there is no filter data
Author
|
Hi @nicolaskruchten , Is there any issue with validating the PR? Regards |
Owner
|
Yep, the issue is that I don't have a ton of time to review PRs :) Please be patient! Can you explain to me under what circumstances it's possible to hit the lines of code you're modifying and for |
Author
|
this occurs when I change my aggregate value to be used the aggregator and my filters are not changed . |
Owner
|
I’m afraid the example you’ve posted is too complex for me to follow. Can
you provide a minimal reproducible example of the issue you’re trying to
address?
…On Thu, Nov 8, 2018 at 02:03 gparida1989 ***@***.***> wrote:
this occurs when I change my aggregate value to be used the aggregator and
my filters are not changed .
so $(this).data("filter"); return null and the immediate line throws error.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#1039 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AAMbA8-IbOCWgy4C-Xvx4EvevmidcuE9ks5us9degaJpZM4YLbfu>
.
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
extra null check added to avoid error in case there is no filter data