#693 closed defect (fixed)
Select import plug-in dialog should not display auto-detect option in 'File format' list for plug-ins with no configurations
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | minor | Milestone: | BASE 2.4 |
Component: | web | Version: | |
Keywords: | Cc: |
Description
There are three requirements for this bug to be seen:
- The plug-in must support autodetection
- The plug-in must be usable both with and without a configuration
- There shouldn't be any configurations
If this is the case, selecting the plug-in from the 'Plugin' list the auto-detect option is still visible in the 'File format' list. Since there is no file format for to use for auto-detect this options should be hidden. In practice, the plug-in should be handled in the same way as a plug-in that doesn't support configurations.
Note! The new AnnotationFlatFileImporter is the only core plug-in that fulfill all requirements.
Change History (3)
comment:1 by , 17 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:2 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.
(In [3589]) Fixes #693: Select import plug-in dialog should not display auto-detect option in 'File format' list for plug-ins with no configurations