| 1 | [[BackLinksMenu]] |
| 2 | |
| 3 | [[TicketQuery(summary=TASK_NAME_HERE, format=table, col=summary|owner|status|type|component|priority|effort|importance, rows=description|analysis_owners|analysis_reviewers|analysis_score|design_owners|design_reviewers|design_score|implementation_owners|implementation_reviewers|implementation_score|test_owners|test_reviewers|test_score|)]] |
| 4 | |
| 5 | |
| 6 | |
| 7 | = Analysis = |
| 8 | == Overview == |
| 9 | {{{ |
| 10 | enable a plugin without restart |
| 11 | }}} |
| 12 | App plugin hot enable allows the user to enable a plugin without restarting an application. |
| 13 | * A button Enable should be clickable when a non-enabled plugin is selected from the app plugin manager list |
| 14 | * The button enables the plugin and it is loaded immidiately |
| 15 | == Task requirements == |
| 16 | * Provide the Hot Enable functionality |
| 17 | * Create the extension for the enable button. |
| 18 | |
| 19 | == Task result == |
| 20 | Code |
| 21 | == Implementation idea == |
| 22 | Implement this task after [wiki:APP_PLUGIN_MANAGER_ENABLE_DISABLE_R0] |
| 23 | == Related == |
| 24 | [wiki:APP_PLUGIN_MANAGER_ENABLE_DISABLE_R0] |
| 25 | |
| 26 | == How to demo == |
| 27 | ^(In this section you must add instructions for the demo of the task.)^ |
| 28 | |
| 29 | = Design = |
| 30 | |
| 31 | = Implementation = |
| 32 | ^(Implementation results should be described and linked here (from the wiki or the repository))^ |
| 33 | |
| 34 | = Testing = |
| 35 | |
| 36 | = Comments = |
| 37 | ^(Write comments for this or later revisions here.) |