-
Couldn't load subscription status.
- Fork 79
Share studies in studies #1755
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
Share studies in studies #1755
Conversation
8af0017 to
38d1bb2
Compare
|
👍 when tests pass. @ElDeveloper could you take a look? |
qiita_pet/static/js/sharing.js
Outdated
| }, | ||
| minimumInputLength: 1, | ||
| formatResult: function (data, term) { | ||
| console.log(data); |
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.
Can you remove this line?
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.
woops, Done.
|
Cool, just a few comments! BTW, my system has no users and I don't have an email server setup ... @antgonza or @squirrelo anyway to test this somewhere? |
|
Comments addressed. I've been testing with the users supplied in the test database if you want to test on your system as well. No email server is needed for this PR. |
|
Tested with new users in my local machine and works great. |
Fixes #1730 and #1092
This adds the ability to share studies from the actual study page, as well as fixing the issue of showing all emails in the HTML of the page. Now the autocomplete is done using AJAX and the select2 javascript library.
The share modal looks and acts the same
