Skip to content
Snippets Groups Projects
Commit 494572c2 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

hotline #52395 fix test failure

parent f68f664a
Branches
Tags
3 merge requests!2080Sandbox detach zf from storm,!2061Master,!1967hotline #52395 fix link html in search result wall mode record toolbar
Pipeline #52 passed with stage
in 8 minutes and 13 seconds
......@@ -116,13 +116,13 @@ class ZendAfi_View_Helper_ListeNotices_Mur extends ZendAfi_View_Helper_ListeNoti
protected function barreDeLienReserver($notice) {
$holdable = ($link = $this->view->Notice_LienReserver($notice))
? 'true'
: 'false';
$attribs = ($link = $this->view->Notice_LienReserver($notice))
? ['data-reservable' => 'true']
: [];
return $this->_tag('li ',
$link,
['data-reservable' => $holdable]);
$attribs);
}
......
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