If i define a category to omit and than I remove it from the settings faq_omit_vocabulary is not resetted.

Comments

d.sibaud’s picture

furthermore, If I set omit in faq advanced category settings for one vocabulary (by ex: vid = 7), the faq_omit_vocabulary variable is set like this:

Array
(
    [7] => 7
    [8] => 0
)

with the result that either the nodes depending on the vid 8 aren't shown.

setting manually the variable to:

Array
(
    [7] => 7
)

it works.

please correct this bug.

stella’s picture

Status: Active » Fixed

Fixed.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

stella’s picture

Released in 5.x-2.15