Opened 4 years ago

Closed 4 years ago

#1235 closed enhancement (fixed)

Improve message when adding more options to an annotation enumeration

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: minor Milestone: Reggie v4.26
Component: net.sf.basedb.reggie Keywords:
Cc:

Description

The installation wizard will automatically detect and add new options to annotation types as new options are defined. One annoying thing is that the warning message that is displayed include all possible options, making it unclear what has been added. It will also display the same warning if there are extra options.

Example:

PoolSchema: Doesn't have all options: [1by24offset, 2by24offset, 4by24,
1by16, 1by16offset, 2by16, 2by16offset, 3by16, 4by16, 5by16, NP1by16, 
external32, external64]!=[1by16, 1by16offset, 1by24offset, 2by16,
2by16offset, 2by24offset, 3by16, 4by16, 4by24, 5by16, NP1by16]

Change History (1)

comment:1 by Nicklas Nordborg, 4 years ago

Resolution: fixed
Status: newclosed

In 5894:

Fixes #1235: Improve message when adding more options to an annotation enumeration

The new message is now:

PoolSchema: 2 missing option(s): external32, external64
Note: See TracTickets for help on using tickets.