Skip to content

Commit 44b54e8

Browse files
author
Adrian Herrmann
committed
review findings
1 parent a427fc3 commit 44b54e8

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

app/api/helpers/cell_line_api_params_helpers.rb

-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ module CellLineApiParamsHelpers
3434
optional :mutation, type: String, desc: 'mutation of a cell line'
3535
optional :description, type: String, desc: 'description of a cell line sample'
3636
optional :short_label, type: String, desc: 'short label of a cell line sample'
37-
optional :created_by, type: Integer, desc: 'creator of cell line material'
3837
requires :container, type: Hash, desc: 'root Container of element'
3938
end
4039

app/javascript/src/apps/mydb/elements/details/cellLines/propertiesTab/GeneralProperties.js

-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ class GeneralProperties extends React.Component {
1515
// eslint-disable-next-line react/static-property-placement
1616
static contextType = StoreContext;
1717

18-
// eslint-disable-next-line class-methods-use-this
1918
checkPermission(attributeName) {
2019
const readonlyAttributes = [
2120
'Disease', 'Organism', 'Tissue', 'Growth medium', 'Mutation', 'Variant', 'Biosafety level',

0 commit comments

Comments
 (0)