Skip to content
Snippets Groups Projects

dev : #194837 : content watch split in 2 batch

Merged Sebastien ANDRE requested to merge dev#194837_insa_alerte_sur_les_contenus into master
All threads resolved!
Viewing commit 132e8d77
Show latest version
2 files
+ 34
5
Preferences
Compare changes
Files
2
@@ -102,7 +102,8 @@ class ZendAfi_View_Helper_Admin_ContentWatch extends ZendAfi_View_Helper_BaseHel
if ( ! $this->_user->hasRightAdminContentSupervision())
return '';
$batchs = [Class_Batch_Watching::TYPE => new Class_Batch_Definition(new Class_Batch_Watching)];
$batchs = [Class_Batch_Watching::TYPE => new Class_Batch_Definition(new Class_Batch_Watching),
Class_Batch_WatchingWidget::TYPE => new Class_Batch_Definition(new Class_Batch_WatchingWidget)];
return $this->_tag('h2', $this->_('Traitements automatisés'))
. $this->_table(new Class_TableDescription_Batches('content_watch_batch'),
$batchs);