Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add option --forms-only to generate-admin command #253

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

sescandell
Copy link
Member

This PR propose to add the --forms-only option to the generate-admin command.

If set, only forms will be generated, and not controllers and views.
This is a kind of "improve process" for embed types (you had to manually remove all unnecessary generated files by hand)

@sescandell sescandell self-assigned this Mar 10, 2016
if (!$formsOnly) {
$generator->addBuilder(new ListBuilderAction());
$generator->addBuilder(new ListBuilderTemplate());
}
$generator->addBuilder(new FiltersBuilderType());
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sescandell why generate filter forms?

@tobias-93 tobias-93 force-pushed the master branch 2 times, most recently from c787c50 to 60fecc7 Compare July 22, 2019 11:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants