Skip to content

Commit

Permalink
PCHR-4346: Make sure the "Documents" tab is displayed after "Communic…
Browse files Browse the repository at this point in the history
…ations"
  • Loading branch information
davialexandre committed Nov 6, 2018
1 parent 32dd23e commit 72ddb40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function tasksassignments_civicrm_tabset($tabsetName, &$tabs, $context) {
'id' => 'cividocuments',
'url' => CRM_Utils_System::url('civicrm/contact/view/documents'),
'title' => ts('Documents'),
'weight' => 50,
'weight' => 75,
);
}
}
Expand Down

0 comments on commit 72ddb40

Please sign in to comment.