Queue Tree Limit At error?

Hi,

I have a queue tree where I have put a ‘Max Limit’ to a parent and would like to define some ‘limit at’ for some of the children.

However, when I try to set a ‘limit at’ for the children, I have an error saying that the ‘limit at’ can’t be below the ‘Max limit’. I don’t want to set a ‘max limit’ for every child, I was expecting that this ‘max limit’ was inherited from the parent.

Is it a bug?

not a bug
just as it’s suppose to be

That mean that you need to put manually the same ‘max limit’ to every child of a tree and that the parent one is useless.

I would consider that as a bug in the entry test routine that is just trying to check that ‘max limit’>‘limit at’ and does not consider that ‘max limit’=0 is an exception to refer to the parent and not a number by itself.