You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: