In Model Edit, display filtered grid of another Model
Consider two models, Foo and Bar. The Bar model has a non-nullable field foo_id which is associated with a Foo object. <?xml version=”1.0″ ?> <schema xmlns:xsi=”…” xsi:noNamespaceSchemaLocation=”…”> <table name=”dc_foos_foo” resource=”default” engine=”innodb”> <column xsi:type=”int” name=”foo_id” padding=”10″ unsigned=”true” nullable=”false” identity=”true”/> <constraint xsi:type=”primary”… Read More »In Model Edit, display filtered grid of another Model