Opened 10 years ago

Closed 10 years ago

#447 closed enhancement (fixed)

Disable tags and related on abstracts

Reported by: dstillman Owned by: dstillman
Priority: minor Milestone: 1.0 Beta 3
Component: interface Version: 1.0
Keywords: Cc:

Description

Also drop them when switching a note to an abstract

Change History (1)

comment:1 Changed 10 years ago by dstillman

  • Resolution set to fixed
  • Status changed from new to closed

(In [1030]) Fixes #447, Disable tags and related on abstracts

New methods:

Item.removeAllRelated()
Item.removeAllTags()

Also:

  • Tag selector didn't initialize properly if it was closed when Firefox was started
  • Items pane would lose open state of items and current scroll position when an item was edited while the tag selector was open -- added save/rememberOpenState() and save/rememberFirstRow() to fix this, and these could also fairly easily be used to remember the open state while switching between collections
Note: See TracTickets for help on using tickets.