Update Librabry. Show private stakeholders
This commit is contained in:
parent
f038d662c5
commit
d4a6deeb38
|
@ -1 +1 @@
|
||||||
Subproject commit b2ad62b6ad0e7c36e6be4b7a3de39631a81fd9bc
|
Subproject commit afcd7fc3c3621a9f65663076c34216a7a45f4b25
|
|
@ -284,12 +284,12 @@ export class SearchStakeholdersComponent {
|
||||||
results.push(this.results[i]);
|
results.push(this.results[i]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
} /*else if (value.replace(/["']/g, "") == 'private') {
|
} else if (value.replace(/["']/g, "") == 'private') {
|
||||||
if (this.results[i].visibility === 'PRIVATE') {
|
if (this.results[i].visibility === 'PRIVATE') {
|
||||||
results.push(this.results[i]);
|
results.push(this.results[i]);
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
}*/
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue