schmunk42/yii2-giiant

Saved data form is not displayed properly

adipriyantobpn opened this issue · 1 comments

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.

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?