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 an immediate option to the install_extensions action #210

Open
jerearista opened this issue Sep 16, 2014 · 1 comment
Open

Add an immediate option to the install_extensions action #210

jerearista opened this issue Sep 16, 2014 · 1 comment

Comments

@jerearista
Copy link
Contributor

There are some cases where it is beneficial to ensure an extension is installed during the bootstrap process rather than waiting till the next reload as is the current implementation. I suggest a new, optional boolean attribute be added to install_extension that, when true, calls LoadExtensions.

One use for this is when an extension installs a config file which the admin wishes to edit in a following action.

@advornic
Copy link
Contributor

advornic commented Feb 9, 2015

Workaround for now is to use run_cli_commands and copy_file.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants