-
Notifications
You must be signed in to change notification settings - Fork 42
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
Toggling of follow button in javascript breaks replies when subscription is disabled #175
Comments
Till you can fill in the steps to reproduce, it would be liking shooting in the dark to figure out what exactly caused this behavior. |
The library seems to be working fine on my end. Until we can reproduce the issue at our end, I'm afraid we can't offer any help. Please list the steps to reproduce your issue. If you have any doubts regarding the setup of the application, please have a look at the test application. Also, please consider posting the output on the web console of your browser when you get such an error. |
The console is clear, not shown any error |
Hey @devmedtz, open-source is not free tech support. Unless you are paying someone, they don't have time to go to your website, register an account and do-stuff to solve your issue. Even the repository link that you gave is having issues, when trying to create a superuser. You are probably using the method |
Hey @devmedtz, thanks for the issue report. I have fixed this in the branch https://github.com/abhiabhi94/Comment/tree/fix/follow-js. Could you please use that branch to check and inform me it works on your end now? |
It works now to my end, I put COMMENT_ALLOW_SUBSCRIPTION=False OR COMMENT_ALLOW_SUBSCRIPTION=True, Both work fine to my end, Thanks a lot, I really appreciate it. |
- toggling only takes place when the button is present
- toggling only takes place when the button is present
- toggling only takes place when the button is present
Environment
Describe the bug
I got a JS alert error "Unable to post your comment! please try again" when replying to a comment, after clicking the okay button the reply appended, while the form not clear
Steps To Reproduce
COMMENT_ALLOW_SUBSCRIPTION
is not set toTrue
(which is the default behavior).Expected behavior
The reply should submit without an error.
Screenshots
If applicable, add screenshots to help explain your problem.
The text was updated successfully, but these errors were encountered: