Skip to content

Commit

Permalink
Added city field to user profile sort module
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewhancox committed Aug 10, 2018
1 parent 4959a0b commit 176ae1f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions classes/sort_module/profile_field.php
Expand Up @@ -97,6 +97,7 @@ public function get_config_options(){
'department' => get_string('department', 'local_autogroup'),
'institution' => get_string('institution', 'local_autogroup'),
'lang' => get_string('lang', 'local_autogroup'),
'city' => get_string('city', 'local_autogroup'),
);
return $options;
}
Expand Down
1 change: 1 addition & 0 deletions lang/en/local_autogroup.php
Expand Up @@ -77,6 +77,7 @@

// Sort profile field options
$string['auth'] = "Authentication Method";
$string['city'] = "City";
$string['department'] = "Department";
$string['institution'] = "Institution";
$string['lang'] = "Preferred Language";
Expand Down

0 comments on commit 176ae1f

Please sign in to comment.