I suppose you could use
task = 'edit' and entity.name = 'Child'
instead of
pageConfiguration = 'EditChild'
in your rules. I seem to remember you could do something like
pageConfiguration like 'Edit*Child'
too, but I could be misremembering that :) Maybe check through the core
d2w rules file
This is a D2W question:
I have functioning ListChild, EditChild, CreateChild pageConfigurations. They
work nicely when activated through ERXNavigation.
How can I reuse these in the context of EditParent or CreateParent where Parent
has toMany children? I want to edit the list of children right