You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both with image stacks (#121) and sparse ingredients (#210) creating a new one will automatically over-write an old one of the same name. I think it's safest if Lasagna always identifies if this is the case and does this:
Renames existing item to ITEM_01 from ITEM
Renames new one to ITEM_02
User tries to add a third ITEM it will be named ITEM
A fourth will rename existing ITEM to ITEM_03 and newly loaded ITEM to ITEM_04
This should be in place in the main application's plugin handler. This way add_line_plugin doesn't have to do anything new and we also fix issue #121.
The text was updated successfully, but these errors were encountered:
Both with image stacks (#121) and sparse ingredients (#210) creating a new one will automatically over-write an old one of the same name. I think it's safest if Lasagna always identifies if this is the case and does this:
ITEM_01
fromITEM
ITEM_02
ITEM
ITEM
toITEM_03
and newly loadedITEM
toITEM_04
This should be in place in the main application's plugin handler. This way add_line_plugin doesn't have to do anything new and we also fix issue #121.
The text was updated successfully, but these errors were encountered: