Attribute exclude_page_list not working
Permalink
Hello,
Just come to this issue that i think reported as bug here (https://www.concrete5.org/developers/bugs/5-6-2-1/exclude-from-page-list-attribute-not-working-since-updating-to-5/)
The problem is when user check "exclude_page_list" via editing page attribute it does not remove the page from page list block. Also it sometime behave vice-versa (check the attribute cause display the page and vice versa).
As i checked when user change attribute, in addition to update attribute value at related table, it re-index the `CollectionSearchIndexAttributes` table (that is kinda cached version of page attribute). And Page List block use this table for listing pages.
What is see here is values at this table does not update in my case.
Any idea on this would be appreciated.
Just come to this issue that i think reported as bug here (https://www.concrete5.org/developers/bugs/5-6-2-1/exclude-from-page-list-attribute-not-working-since-updating-to-5/)
The problem is when user check "exclude_page_list" via editing page attribute it does not remove the page from page list block. Also it sometime behave vice-versa (check the attribute cause display the page and vice versa).
As i checked when user change attribute, in addition to update attribute value at related table, it re-index the `CollectionSearchIndexAttributes` table (that is kinda cached version of page attribute). And Page List block use this table for listing pages.
What is see here is values at this table does not update in my case.
Any idea on this would be appreciated.