schmunk42 / yii2-giiant

Yii 2 Framework Code Generator Gii on Steroids
271 stars 120 forks source link

Saved data form is not displayed properly #216

Open adipriyantobpn opened 7 years ago

adipriyantobpn commented 7 years ago

If we use some random directory as model namespace, saved data forms had not been fetched from that directory.

Assumed I use common\models\bc\tpb for model namespace. By default, data form will be generated in [BASE_PATH]/common/models/bc/gii.

But when I open again the Giiant Model Generator Web UI, the data form file in that directory is not fetched & displayed in the Save Form field.

adipriyantobpn commented 7 years ago

Considering that data form file should not tracked in version control, how about using @app/runtime/gii or @common/runtime/gii as the default directory?