File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -664,7 +664,7 @@ ENTITIES:
664664 required : false
665665 indexted : false
666666 description : The list of priority projects that this Dataset data will be used For
667- mutable : true
667+ immutable : false
668668 before_property_update_validators :
669669 - validate_priority_project
670670 before_property_create_validators :
@@ -772,6 +772,7 @@ ENTITIES:
772772 ingest_task : null # This ingest_task is Dataset specific, Publication doesn't have it
773773 new_associated_multi_assay_uuid : null # Dataset-only attribute of Multi-Assay Dataset relationships
774774 superseded_associated_processed_component_uuids : null # Dataset-only attribute of Multi-Assay Dataset relationships
775+ priority_project_list : null # Dataset-only attribute
775776
776777 # ############################################ Donor #############################################
777778 Donor :
@@ -1297,7 +1298,7 @@ ENTITIES:
12971298 required : false
12981299 indexted : false
12991300 description : The list of priority projects that this Uploaded data will be used For
1300- mutable : true
1301+ immutable : false
13011302 before_property_update_validators :
13021303 - validate_priority_project
13031304 before_property_create_validators :
You can’t perform that action at this time.
0 commit comments