#1889 closed enhancement (fixed)
Allow extensions to be installed in disabled state
Reported by: | Nicklas Nordborg | Owned by: | everyone |
---|---|---|---|
Priority: | minor | Milestone: | BASE 3.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
This should not be too difficult to implement. The <about> tag in an extension has support for setting any attributes. We could check if disabled="1"
has been set and if the extension is new, we set it to disabled.
Change History (2)
comment:1 by , 10 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 10 years ago
Note:
See TracTickets
for help on using tickets.
(In [6595]) Fixes #1889: Allow extensions to be installed in disabled state