Kevin De Pelseneer
Kevin De Pelseneer
Add link to the repository where JSON definitions of the Templates can be found.
Add `Experiment Sample Template` as an alias to `templates` in the documentation.
A User cannot create templates unless he administers at least 1 project. Any user should be able to create a template, regardless if the user is administrating anything.
This tests fails often randomly: ``` DynamicTableHelperTest#test_Should_return_the_dynamic_table_columns_and_rows [/home/runner/work/seek/seek/test/unit/helpers/dynamic_table_helper_test.rb:51] Minitest::Assertion: Expected: false Actual: true ``` The issue is probably the usage of the [ISA tag fixtures](https://github.com/seek4science/seek/blob/c462ddbd39a2ece4610ff84aae57abba4b02b2f5/test/fixtures/isa_tags.yml#L1). It would be best to...
Users are able to create sample attributes with a invalid PID. E.g.: 'Source:bacterial culture'. But when the user tries to add a sample to the Sample type, the `short_pid` function...
- Makes sure users cannot create new templates from scratch. Closes #1757 - Template behavior is now different from Sample type behavior. Some limitations of the Sample Type are not...
- Optional `registered sample (list)` sample attributes don't return a 404 when the attribute has no value. Fixes #1893 - Replace drop-down with `objectsInput` in dynamic table. Fixes #1894
- Doesn't return a '404' anymore when making a mistake at creation time. - Clean up the views: - All logic has been transferred to the controllers. - Remove JS...
When an ISA JSON compliant sample type has a registered sample attribute, a simple dropdown is added to the dynamic table:  There are two problems: 1. If the attribute...
1. Make a sample type with a registered sample attribute or registered sample list attribute but make none of the mandatory.  2. Create a sample in that sample type...