If i define a category to omit and than I remove it from the settings faq_omit_vocabulary is not resetted.
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.
Fixed.
Automatically closed -- issue fixed for 2 weeks with no activity.
Released in 5.x-2.15
Comments
Comment #1
d.sibaud commentedfurthermore, 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:
with the result that either the nodes depending on the vid 8 aren't shown.
setting manually the variable to:
it works.
please correct this bug.
Comment #2
stella commentedFixed.
Comment #4
stella commentedReleased in 5.x-2.15