Quote:
Originally posted by chrispadfield
That is what i thought but in my case A = 10 and B = 11 and inheritcane is working from B --> A. ie, i just ditched the header in B and it is using A's header (id = 10).
But as -1 is less than 1 (default set) this is probably correct as the inheritance here is also working "downwards".
|
No, it's exactly how I said it should. B inherits from A, thus the id of B has to be bigger then the one of A