Closed tdmedia closed 12 years ago
Aha, this is true. There is only one _form.php
partial, for both new and edit, and unfortunately it's not sophisticated enough to determine the logic you have there. I would override _form.php
and put the logic there as well.
If I have the following in my form class:
The isNew condition is always used and I only get two fields even when editing an existing record.