Skip to content
Snippets Groups Projects
Commit f7b40ee9 authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #65265: fix RT

parent bb403b6c
Branches
Tags
2 merge requests!2364Dev#65265 versionning des articles en front,!2360Dev#65265 versionning des articles en front
Pipeline #2667 failed with stage
in 1 minute and 48 seconds
'65265' =>
['Label' => $this->_('Versionning des articles en Front'),
'Desc' => '',
['Label' => $this->_('Historique des modifications des articles en Front'),
'Desc' => $this->_('Vous pouvez accéder à l\'historique des modifications d\'un article directement à partir des boites article ou calendrier'),
'Image' => '',
'Video' => '',
'Category' => '',
'Right' => '',
'Wiki' => '',
'Category' => $this->_('Administration'),
'Right' => function($feature_description, $user) {return $user->canAccessBackend();},
'Wiki' => 'http://wiki.bokeh-library-portal.org/index.php?title=Articles_-_Cr%C3%A9er,_r%C3%A9diger_et_ordonner#Historique_des_versions',
'Test' => '',
'Date' => '2017-10-02']
\ No newline at end of file
'Date' => '2017-10-02'],
\ No newline at end of file
- ticket #65265 : Versionning des articles en Front
\ No newline at end of file
- ticket #65265 : Administration : Vous pouvez accéder à l'historique des modifications d'un article directement à partir des boites article ou calendrier en front
\ No newline at end of file
......@@ -126,32 +126,15 @@ abstract class ZendAfi_Controller_Plugin_Versionning_Abstract
}
protected function _loadModel() {
return;
}
protected function _modelLabel($model) {
return '';
}
protected function _versionsFor($model) {
return null;
}
protected function _forwardToEdit($model) {
abstract protected function _loadModel();
}
abstract protected function _modelLabel($model);
abstract protected function _versionsFor($model);
protected function _versionUrl($model) {
return '';
}
abstract protected function _forwardToEdit($model);
abstract protected function _versionUrl($model);
protected function _editUrl($model) {
return '';
}
abstract protected function _editUrl($model);
}
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment