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.
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
[HOLD] Comment linking #8638
[HOLD] Comment linking #8638
Changes from all commits
88cf9a0
c3cead4
b9ba1a8
092cd54
7f398e0
79dbeb5
87f265a
7c33dce
dd112ea
44107a4
c555567
5f54dec
ffa360e
a726bf2
acedf55
0a34329
000e9e9
c0645ec
58e29ae
aa719a7
a91512c
1d8b816
768d182
e2515ef
44df461
284510c
406e0f3
f0c237c
2c5f036
38fcacb
e505a41
02971bf
fa0429e
39636da
2dee013
2f6b424
a6cbf5f
a36ba6a
a38583a
cf86da6
74f3626
861c21d
c1e0e48
e7e8cac
a1330c9
98923cc
0ec6319
9ca9cf6
e69b719
6a3ef3a
386e98b
44b686b
d56b71b
bde0075
24659d7
2a00456
1cfd18a
7c97f12
891cf0d
4c09166
6e458a0
4be820b
2b7deae
993c0f1
97ca234
3295c4e
a01990b
f0c9c92
e0816dd
2beaa4e
7e54987
756a9f7
8ad706b
c478e6b
fa1829e
719ec04
ed8547a
8fa2c4a
88f7c2c
95f794a
aca301c
6ad2271
68339fc
9c7d1f8
cadf4a7
a616d92
3626a3b
aa57ca7
7dbc386
44b4d54
8aacd3e
7c329ab
d3221f1
c65848d
a298497
aab906e
c6c5cac
0cb9829
1fff2ed
1150f3a
0fb83f6
f2e0af8
f7415aa
3ed10b0
115145f
81b5a3e
80fca12
622269a
7fed32c
7e799d1
1ebfefa
7816878
70633f1
b42db8d
057396a
6369ba7
4bd36a5
8f2e11e
b0cf8a0
cc67fb7
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
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.
Since we only set the params when they change and since we are only listening for "changes" in the component I think this is why we can't navigate to the same report action again if the params are already in the URL. So, something about this code needs to change.
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.
Cool, firstly its part of known limitations captured above,
Next,
Perhaps. Right now in ReportActionsView -> componentDidUpdate i'm not scrolling if the reportActionID is unchanged. When the time comes to address this i was hoping to post a plan of action to confirm the changes and then update accordingly.