|
@@ -68,6 +68,10 @@ function edlp_corpus_taxonomy_term_view(array &$build, EntityInterface $entity,
|
|
|
'#items' => [],
|
|
|
);
|
|
|
foreach($documents as $doc){
|
|
|
+ // remove masqué
|
|
|
+ $sid = WorkflowManager::getCurrentStateId($doc, 'field_workflow');
|
|
|
+ if($sid != 'corpus_documents_publie') continue;
|
|
|
+ // TODO: instead of workflow, just check access
|
|
|
$documents_list['#items'][] = $view_builder->view($doc, 'index');
|
|
|
}
|
|
|
|