Verified Commit 3a8f48e9 authored by Côme Chilliet's avatar Côme Chilliet
Browse files

:ambulance: fix(argonaut) Adapt argonaut to renaming of getTabFooter

issue #5993
Showing with 2 additions and 2 deletions
+2 -2
......@@ -248,14 +248,14 @@ class argonautQueue extends simpleManagement
$this->closeDialogs();
}
protected function _getTabFooter()
protected function getTabFooter()
{
if ($this->dialogObject instanceof faiLogView) {
return '<p class="plugbottom">'.
' <input type="submit" name="edit_cancel" value="'.msgPool::backButton().'"/>'.
'</p>';
} else {
return parent::_getTabFooter();
return parent::getTabFooter();
}
}
......
  • SonarQube analysis reported 2 issues

    • :warning: 2 major

    Note: The following issues were found on lines that were not modified in the commit. Because these issues can't be reported as line comments, they are summarized here:

    1. :warning: This function "getUserValues" has 211 lines, which is greater than the 150 lines authorized. Split it into smaller functions. :blue_book:
    2. :warning: Remove this unused "$class" local variable. :blue_book:
Supports Markdown
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