Skip to content
Snippets Groups Projects
Commit f04a54ef authored by buczekp's avatar buczekp
Browse files

[LMS-1676] refresh derived/parent sample sections

SVN: 17369
parent d2544250
No related branches found
No related tags found
No related merge requests found
......@@ -505,6 +505,14 @@ abstract public class GenericSampleViewer extends AbstractViewer<Sample> impleme
{
observer.addObserver(containerSamplesSection.tryGetDatabaseModificationObserver());
}
if (derivedSamplesSection != null)
{
observer.addObserver(derivedSamplesSection.tryGetDatabaseModificationObserver());
}
if (parentSamplesSection != null)
{
observer.addObserver(parentSamplesSection.tryGetDatabaseModificationObserver());
}
return observer;
}
......
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