QnA plugin : The answer to a question is displayed in another question.
QnA plugin : The answer to a question is displayed in another question.
| Issue ID: | 3626 |
| Issue Category: | bug |
| Component: | plugin |
| Priority: | critical |
| Status: | active |
| Assigned: | Unassigned |
| Version: | 1.0 |
| Keywords: | plungins, QnA |
If there are multiple open questions on the timeline, the answer to an older question is displayed as the answer to the latest question.
This is caused by the following code in qna.js:
[line 147 in plugins/QnA/js/qna.js]
var url = $('#answer-action').attr('value');
The above code should be as follows:
var url = notice.find('#answer-action').attr('value');

Updates
You can also subscribe to the
RSS feed for updates to this issue.