Project

General

Profile

Bug #16116

Updated by Peter Amstutz about 4 years ago

Create a collection. 

 Open the "Edit collection" dialog. 

 Change the name and hit save. 

 Gets an error: 

 <pre> 
 request failed: http://localhost:8004/arvados/v1/collections/ce8i5-4zz18-sb9yyc73x4bgesv: 422 Unprocessable Entity: #<ActiveModel::UnknownAttributeError: unknown attribute 'menu_kind' for Collection.> (req-xa053an8rm8h1tzbmf4f) 
 </pre> 

 After taking a quick look: "menuKind" is a field of ContextMenuResource, so probably what is happening is it seems that when you hit hitting "save" it just sends entire object without regard for whether the fields exist on make sense for the resource being edited. 

 Which means this particular bug probably affects every place "ContextMenu" is used.

Back