Opened 16 years ago
Closed 16 years ago
#625 closed enhancement (fixed)
Improve error/warning message display when selecting plug-ins
Reported by: | Nicklas Nordborg | Owned by: | Nicklas Nordborg |
---|---|---|---|
Priority: | critical | Milestone: | BASE 2.4 |
Component: | core | Version: | |
Keywords: | Cc: |
Description
When selecing a plug-in the current list of warnings from other, seemingly unrelated plug-ins, are annoying. A typical message is: Unsupported raw data type: Agilent which comes from a plug-in configured for Genepix import. This message and other similar message, shouldn't be displayed. The problem is that there are other messages that may be important. For example if the JAR file for a plug-in is missing: JAR file not found: /usr/base/plugins/JarPlugin.jar
Support for two levels or errors/warnings must be added to the core and the web client must make use of it.
This ticket is also related to #376.
Change History (10)
comment:1 Changed 16 years ago by
Status: | new → assigned |
---|
comment:2 Changed 16 years ago by
comment:3 Changed 16 years ago by
comment:4 Changed 16 years ago by
Priority: | major → critical |
---|
comment:5 Changed 16 years ago by
(In [3519]) References #625. Fixed ClassCastException? when using auto-detect and it found more than one matching file format
comment:6 Changed 16 years ago by
There is a problem if only one out of several possible plug-ins can be used in a given context. See #657.
comment:7 Changed 16 years ago by
comment:9 Changed 16 years ago by
(In [3628]) References #625: PrintMapFlatFileImporter?.isInContext now checks if the array design has plates connected to it.
comment:10 Changed 16 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [3438]) References #625. Added some infrastructure and moved context checking into the core.