Opened 17 years ago
Closed 17 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 by , 17 years ago
Status: | new → assigned |
---|
comment:2 by , 17 years ago
comment:3 by , 17 years ago
comment:4 by , 17 years ago
Priority: | major → critical |
---|
comment:5 by , 17 years ago
(In [3519]) References #625. Fixed ClassCastException when using auto-detect and it found more than one matching file format
comment:6 by , 17 years ago
There is a problem if only one out of several possible plug-ins can be used in a given context. See #657.
comment:7 by , 17 years ago
comment:9 by , 17 years ago
(In [3628]) References #625: PrintMapFlatFileImporter.isInContext now checks if the array design has plates connected to it.
comment:10 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
(In [3438]) References #625. Added some infrastructure and moved context checking into the core.