-
Notifications
You must be signed in to change notification settings - Fork 1.8k
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 'Posting from tag pages not tagging properly #6592' #6677
Fix 'Posting from tag pages not tagging properly #6592' #6677
Conversation
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.
lgtm
Please rebase |
The last PR I worked on with Cess, I noticed that my PR comes from an "unknown repo." So, I fear that I will have to do the same thing here with this branch: After I rebase the updates from plots2's master branch, I will have to recreate a new PR that has the same identical edits as this one. Then, I will have to direct this PR to point to the new one. I hope this is acceptable. I wasn't given enough instruction on how to fix it ourselves, so we just came up with that strategy. Let me know if that is okay with you on this branch. Thanks in advance; sorry for the inconvenience. |
No problem. Go ahead
…On Fri, Jan 17, 2020 at 11:30 AM nicoleiocana ***@***.***> wrote:
The last PR I worked on with Cess, I noticed that my PR comes from an
"unknown repo." So, I fear that I will have to do the same thing here with
this branch:
After I rebase the updates from plots2's master branch, I will have to
recreate a new PR that has the same identical edits as this one. Then, I
will have to direct this PR to point to the new one. I hope this is
acceptable. I wasn't given enough instruction on how to fix it ourselves,
so we just came up with that strategy. Let me know if that is okay with you
on this branch. Thanks in advance; sorry for the inconvenience.
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#6677?email_source=notifications&email_token=AFAAEQYTKVKNT7TD5DUCVLLQ6FCPLA5CNFSM4JIYMONKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJGRPIA#issuecomment-575477664>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AFAAEQ72KQ3L2PCJUJDZFFTQ6FCPLANCNFSM4JIYMONA>
.
|
PR #7278 now exists as a continuation of this one. It contains the rebased master along with the edits made in this PR. |
Shall we close this PR? |
As long as it follows the protocol of Plots2, then yes; the documentation
will flow without confusion by keeping open the most recent PR for this
issue. Let's close this issue.
…On Fri, Jan 17, 2020 at 8:14 AM Sidharth Bansal ***@***.***> wrote:
Shall we close this issue?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#6677?email_source=notifications&email_token=AKW5NZ5YCZ3FZDXLXXU57D3Q6HKPJA5CNFSM4JIYMONKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEJIFWAY#issuecomment-575691523>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AKW5NZ37RAA6E6SUERRSSXDQ6HKPJANCNFSM4JIYMONA>
.
--
N
|
Fixes #6592
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
[✔️ ] PR is descriptively titled 📑 and links the original issue above 🔗
[✔️ ] tests pass -- look for a green checkbox ✔️ a few minutes after opening your PR -- or run tests locally with
rake test
[✔️ ] code is in uniquely-named feature branch and has no merge conflicts 📁
[✔️ ] screenshots/GIFs are attached 📎 in case of UI updation
![soln](https://user-images.githubusercontent.com/44947175/68153271-10e17180-fefa-11e9-9a8f-ae18c45b3210.PNG)
[N/A ] ask
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!