Kevin De Pelseneer
Kevin De Pelseneer
When selecting samples and clicking batch sharing permission, the modal form pops up and shows the checked samples.  It does not let the user add additional permissions (user, project,...
How to reproduce: 1. Try to create an ISA-JSON compliant assay with an error (e.g. forget to fill in the title) and submit it. 2. The user is redirected to...
The current logic for editing sample types states that only project administrator, instance administrators or its contributors can edit sample types. This is perfect for project sample types but not...
When the configuration `isa_json_compliance` is enabled, the default should be to make ISA-JSON compliant ISA. So by default it would be a good idea that the checkbox 'Make Investigation compliant...
- Adds possibility to add new optional attribute to an existing sample type - Makes the title of a sample attribute editable. - If the title of an attribute is...
- Minor bug fix - closes #2038
If you go to /sample_types/:id/download, the following error occurs: ``` A NoMethodError occurred in sample_types#download: undefined method `content_blob' for nil:NilClass [asset_version.content_blob] ^^^^^^^^^^^^^ lib/seek/content_blob_common.rb:15:in `download' ``` While in the past it...
Error occurs when creating an assay stream. ``` A NoMethodError occurred in isa_assays#create: undefined method `policy=' for nil:NilClass @isa_assay.sample_type.policy = @isa_assay.assay.policy ^^^^^^^^^ app/controllers/isa_assays_controller.rb:48:in `create' ``` Does not occur when creating...
Instance admins should be able to edit instance-wide templates. - [ ] When editing, a new version of the template should be created.