Opened 5 years ago

Closed 5 years ago

Last modified 5 years ago

#2170 closed enhancement (fixed)

"None" as recently used selection

Reported by: Nicklas Nordborg Owned by: everyone
Priority: minor Milestone: BASE 3.15
Component: web Version:
Keywords: Cc:

Description

When creating new items, several list options are automatically filled in by selecting the most recently used option/item. While this is nice in most cases it never resets to the "none" option if that is the one that was used most recently. It can be annoying for items that are usually created with the "none" option, since if another options is selected just a single time it will never go away.

Change History (4)

comment:1 by Nicklas Nordborg, 5 years ago

In 7693:

References #2170: "None" as recently used selection

Added support for storing 'null/none' to the recently used items list. An extra complication is that many lists depend on the subtype on the item, and that the lists are dynamically updated if the subtype is modified. Support for this has been added to the 'Select' taglib and 'subtypes.js' api.

The "new sample" and file upload dialogs has been updated and tested.

comment:2 by Nicklas Nordborg, 5 years ago

Resolution: fixed
Status: newclosed

In 7694:

Fixes #2170: "None" as recently used selection

This should now work in all other dialogs as well.

comment:3 by Nicklas Nordborg, 5 years ago

In 7697:

References #2170: "None" as recently used selection

Changed method call to an updated setRecent() method.

comment:4 by Nicklas Nordborg, 5 years ago

In 7699:

References #2170: "None" as recently used selection

Fixes an issue with freezer selection for a bioplate and a race condition for platform/variant of a rawbioassay.

Note: See TracTickets for help on using tickets.