Opened 12 years ago

Closed 12 years ago

Last modified 12 years ago

#1677 closed defect (fixed)

Item not found: Project[id=0] when creating a new item

Reported by: Nicklas Nordborg Owned by: everyone
Priority: major Milestone: BASE 3.1.1
Component: web Version:
Keywords: Cc:

Description (last modified by Nicklas Nordborg)

Trying to create a new item when no project is the active project can result in an error message:

Item not found: Project[id=0]

This happens for all items (software, hardware, protocol and array design) that have the option to add it as a project default item (see #1614). It seems like this functionality wasn't correctly implemented and only works if a project is active and the "Set as project default" options is checked.

  • If no project is active the above error message is displayed when trying to save the new item
  • If a project is active, the new item is made a project default item, even if the option is not checked

The workaround is to create the new item with an active project. If it is not desired to have the new item as a default item or shared to the project, this need to be fixed manually after it has been created.

Change History (2)

comment:1 by Nicklas Nordborg, 12 years ago

Resolution: fixed
Status: newclosed

(In [6023]) Fixes #1677: Item not found: Project[id=0] when creating a new item

comment:2 by Nicklas Nordborg, 12 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.