Skip to content
Snippets Groups Projects
Commit b72f44de authored by felmer's avatar felmer
Browse files

LMS-1234, LMS-1237 refreshing bug for sample details view fixed

SVN: 13061
parent 4c25f6fe
No related branches found
No related tags found
No related merge requests found
...@@ -455,7 +455,10 @@ public final class GenericSampleViewer extends AbstractViewer<IGenericClientServ ...@@ -455,7 +455,10 @@ public final class GenericSampleViewer extends AbstractViewer<IGenericClientServ
{ {
return new DatabaseModificationKind[] return new DatabaseModificationKind[]
{ {
DatabaseModificationKind.createOrDelete(ObjectKind.SAMPLE),
DatabaseModificationKind.edit(ObjectKind.SAMPLE), DatabaseModificationKind.edit(ObjectKind.SAMPLE),
DatabaseModificationKind.createOrDelete(ObjectKind.EXPERIMENT),
DatabaseModificationKind.edit(ObjectKind.EXPERIMENT),
DatabaseModificationKind DatabaseModificationKind
.createOrDelete(ObjectKind.PROPERTY_TYPE_ASSIGNMENT), .createOrDelete(ObjectKind.PROPERTY_TYPE_ASSIGNMENT),
DatabaseModificationKind.edit(ObjectKind.PROPERTY_TYPE_ASSIGNMENT), DatabaseModificationKind.edit(ObjectKind.PROPERTY_TYPE_ASSIGNMENT),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment