-
-
Notifications
You must be signed in to change notification settings - Fork 775
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
Fix issue with posting to integrated townsquare views. #6699
Conversation
Codecov Report
@@ Coverage Diff @@
## master #6699 +/- ##
==========================================
+ Coverage 27.12% 27.13% +0.01%
==========================================
Files 292 292
Lines 27156 27144 -12
Branches 3990 3987 -3
==========================================
Hits 7365 7365
+ Misses 19518 19506 -12
Partials 273 273
Continue to review full report at Codecov.
|
@@ -572,9 +572,9 @@ | |||
</div> | |||
{% if pinned %} | |||
<div class="pinned-by small mt-2"> | |||
<dic class="col"> |
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.
LOL
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.
:D
* darkmode fix focus textarea * some small fixes to the quests video backgrounds * a few dark mode things that the contributor missed * a few dark mode things that the contributor missed * hotfix to ensure that the like direction updates the params sent to the server (#6697) * stopgap for https://gitcoincore.slack.com/archives/CAXQ7PT60/p1590101740315200" * bug: check if obj is present * Fix issue with posting to integrated townsquare views. (#6699) * removing the hidden 'what' variable from the share activity template * fixes for a poorly named element dic->div, and a fix for posting to integrated townsquares * fix from having all ask filters enabled at once (#6701) * broken whitepaper link * bug: fix posting via hackathon in townsquare * model changes Co-authored-by: octavioamu <[email protected]> Co-authored-by: owocki <[email protected]> Co-authored-by: Andrew Redden <[email protected]>
Description
Pinned post introduced a regression due to a variable name re-use.
shared/activity.html was including a hidden input that gets passed along, it is failing for hackathons/tribes/anything that uses the shared/activity with the exception of plain townsquare.
Refers/Fixes
No ticket, was found by @connoroday reported via slack
Testing
Please test with Prod data before deploying.