Skip to content

Commit

Permalink
Fixed issue: Page Header and TopBar: Central participant management -…
Browse files Browse the repository at this point in the history
… Added Add New Participant Button
  • Loading branch information
thedirtypanda committed Jun 10, 2021
1 parent d0c1a65 commit 438cb68
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions application/controllers/admin/participantsaction.php
Original file line number Diff line number Diff line change
Expand Up @@ -402,6 +402,7 @@ public function displayParticipants()

// Green Bar (SurveyManagerBar) Page Title
$aData['pageTitle'] = 'Central participant management';
$aData['ownsAddParticipantsButton'] = true;

// Loads the participant panel view and display participant view
$this->_renderWrappedTemplate('participants', array('participantsPanel', 'displayParticipants'), $aData);
Expand Down

0 comments on commit 438cb68

Please sign in to comment.