You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check for datasets, only delete samples if none attached (#436)
* Add basic draft for batch edit and deletion
* Remove batchdetailscomponent from sampledetailscomponent
* Add deletion notification and base batch adaption on events
* Remove unnecessary qualified imports from JD
* check for datasets, only delete samples if none attached
* WIP Sample deletion in openBis not working and transactional not working as well
* add method to update a list of samples
* Ensure that batch deletion is only propagated if th
* WIP Introduce Batch Editing backend
* workaround for safely deleting samples
* added todo
* add error notification for data attached case
* WIP how to convert
* remove unnecessary try catch
* fix nullpointer when mapping unknown analyte
* simplify sample id csv-building for errors
* extract sample update creation method
* Overhaul of sample and batch registration update and editing
# Co-authored-by: KochTobi <[email protected]>
* Commented out faulty openbis update method
* Comment on why openbis update sample fails
* Only call services in edit batch when samples are provided
* Remove unused sampledeleted Domain Event and propagation
* Remove outdated ToDo
* Use correct response code in BatchDomainService
* Only open dialog if experimental groups are provided
* Rename batch creation event
* Resolve wrong merge in dialog
Co-authored-by: KochTobi <[email protected]>
* Add JD to SampleUpdateRequest
Co-authored-by: KochTobi <[email protected]>
* Remove ToDo
Co-authored-by: KochTobi <[email protected]>
---------
Co-authored-by: Steffengreiner <[email protected]>
Co-authored-by: Steffengreiner <[email protected]>
Co-authored-by: KochTobi <[email protected]>
Copy file name to clipboardExpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/batch/BatchJpaRepository.java
+11
Original file line number
Diff line number
Diff line change
@@ -79,4 +79,15 @@ public Result<Collection<Batch>, ResponseCode> findBatchesByExperimentId(
Copy file name to clipboardExpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/sample/QbicSampleDataRepo.java
Copy file name to clipboardExpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/sample/SampleRepositoryImpl.java
Copy file name to clipboardExpand all lines: project-management-infrastructure/src/main/java/life/qbic/projectmanagement/infrastructure/sample/openbis/OpenbisConnector.java
0 commit comments