Skip to content
Snippets Groups Projects

feat: link person with structures

Merged Alicia.DeDiosFuente requested to merge adf-structures-person into master
All threads resolved!
6 files
+ 58
23
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -49,7 +49,7 @@ public class StructureAsUserIT extends AbstractAdminIT{
final Structure structure = this.getPermanentStructure();
// Add the person to the Structure with role validator
// Add the person to the Structure with role user
this.structureService.addPerson(structure.getResId(), myPerson.getResId(), Role.USER_ID);
final Person personAdded = this.structureService.getPerson(structure.getResId(), myPerson.getResId());
Loading