Skip to content
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

Merged
merged 2 commits into from
May 22, 2020

Conversation

androolloyd
Copy link
Contributor

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.

@codecov
Copy link

codecov bot commented May 22, 2020

Codecov Report

Merging #6699 into master will increase coverage by 0.01%.
The diff coverage is 33.33%.

Impacted file tree graph

@@            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              
Impacted Files Coverage Δ
app/dashboard/views.py 10.93% <0.00%> (ø)
app/search/views.py 42.85% <0.00%> (+12.85%) ⬆️
app/quests/models.py 42.85% <100.00%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 36b3fba...58fdaec. Read the comment docs.

@androolloyd androolloyd changed the base branch from master to stable May 22, 2020 09:18
@@ -572,9 +572,9 @@
</div>
{% if pinned %}
<div class="pinned-by small mt-2">
<dic class="col">
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LOL

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:D

@thelostone-mc thelostone-mc merged commit 6d11433 into stable May 22, 2020
thelostone-mc added a commit that referenced this pull request May 27, 2020
* 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]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants