https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=21946 --- Comment #57 from Christopher Brannon <cbrannon@cdalibrary.org> --- Cosmetics: * Step 4, there is a blank line between the parent and the children. Can we get rid of this? * I would suggest a '-' before the children. This seems to be universal in showing the children in a list. * When the child is picked, only the child shows in the dropdown, but when saved, it shows the parent->child. Maybe it is a limitation of the dropdown object, but it would be nice to seee it all while editing. Maybe if the '-' is added, it would help. I think there is an issue with understanding how this works. Right now it looks like the parent, with its own set of rules would overrule ALL the children rules. But that is not the case. In this case, only the number of checkouts overrides the children. I think it needs to be clearer, somehow, how items behave under the parent. Having an itemtype act as both an itemtype and parent may be confusing, especially since not all of the rules of the parent apply to the child. Otherwise, it works as described. -- You are receiving this mail because: You are watching all bug changes.