QnA layout fix, still no answer-action
There is required to be an answer-action element for the threaded view so we can fetch that action value to an AJAX call which fetches the form. That is: Currently the "Your answer..." placeholder will fetch a blank URL.
This commit is contained in:
parent
f851d3dbf9
commit
7e47026085
|
@ -342,8 +342,6 @@ class QnAPlugin extends MicroAppPlugin
|
|||
$nli->showContext();
|
||||
$nli->showRepeat();
|
||||
|
||||
$out->elementEnd('div');
|
||||
|
||||
$nli->showNoticeOptions();
|
||||
|
||||
if ($notice->object_type == QnA_Question::OBJECT_TYPE) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user