Opened 17 years ago
Closed 17 years ago
#733 closed enhancement (fixed)
Add support to select plugin configurations that should be imported
Reported by: | Martin Svensson | Owned by: | Martin Svensson |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.5 |
Component: | coreplugins | Version: | |
Keywords: | Cc: |
Description (last modified by )
The plugin-configuration-importer plugin should offer a possibility for the user to select which configurations to import from the XML-file.
This could for instance be used in ticket #364
Change History (5)
comment:1 by , 17 years ago
Description: | modified (diff) |
---|---|
Milestone: | → BASE 2.5 |
Status: | new → assigned |
comment:2 by , 17 years ago
Description: | modified (diff) |
---|
comment:3 by , 17 years ago
comment:4 by , 17 years ago
(In [3732]) References #733 The PluginConfigurationImporter class can be used outside the plugin system to import selected configurations in an XML-file
comment:5 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3720]) References #733. The PluginConfigurationImporter can now import a selection of configurations in an xml-file. It is not completely tested yet.