Skip to content
Snippets Groups Projects
Commit 88b3481e authored by srosse's avatar srosse
Browse files

no-jira: set layer dirty to update status of the certificat asynchrone

parent 8eb7ed67
No related branches found
No related tags found
No related merge requests found
......@@ -647,6 +647,7 @@ public class AssessmentMainController extends MainLayoutBasicController implemen
CertificateLight certificate = certificatesManager.getCertificateLightById(certificateKey);
((AssessedIdentitiesTableDataModel)userListCtr
.getTableDataModel()).putCertificate(certificate);
userChoose.setDirty(true);
}
}
......
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