S
S
sergeyviktorovich2021-09-27 22:21:41
1C-Bitrix
sergeyviktorovich, 2021-09-27 22:21:41

Why doesn't bitrix:form.result.list return all the results, their 810 returns 93?

how to rewrite bitrix:form.result.lis to get all feedback results ?

<?$APPLICATION->IncludeComponent(
    "bitrix:form.result.list",
    "",
    Array(
        "SEF_MODE" => "N", 
        "WEB_FORM_ID" => "1", 
        "VIEW_URL" => "result_view.php", 
        "EDIT_URL" => "result_edit.php", 
        "NEW_URL" => "result_new.php", 
        "SHOW_ADDITIONAL" => "N", 
        "SHOW_ANSWER_VALUE" => "N", 
        "SHOW_STATUS" => "Y", 
        "NOT_SHOW_FILTER" => "", 
        "NOT_SHOW_TABLE" => "", 
        "CHAIN_ITEM_TEXT" => "", 
        "CHAIN_ITEM_LINK" => "" 
    ),
false
);?>

Answer the question

In order to leave comments, you need to log in

1 answer(s)
K
Kirill Novozhilov, 2021-09-28
@kirk_novozhilov

sergeyviktorovich , did not quite understand how the piece of Ajax relates to the component. Is the component in /ajax/more_review.php ? If so, then it would be a code to see.
But it cannot be that the user under which you look stupidly does not have the rights to view the results to some kind of status - and therefore does not show?
But in general, the case is a special one - it is necessary to consider separately remotely.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question