MDL-61663 portfolio: Update to the external system link names.
Changed the name of the link to something less like an English string for each of the portfolios.
This commit is contained in:
@@ -45,7 +45,7 @@ class provider implements
|
||||
* @return collection A listing of user data stored through this system.
|
||||
*/
|
||||
public static function get_metadata(collection $collection) : collection {
|
||||
return $collection->add_external_location_link('Box cloud storage', ['data' => 'privacy:metadata:data'],
|
||||
return $collection->add_external_location_link('box.net', ['data' => 'privacy:metadata:data'],
|
||||
'privacy:metadata');
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ class provider implements
|
||||
* @return collection A listing of user data stored through this system.
|
||||
*/
|
||||
public static function get_metadata(collection $collection) : collection {
|
||||
return $collection->add_external_location_link('Flickr account', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
|
||||
return $collection->add_external_location_link('flickr.com', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,7 @@ class provider implements
|
||||
* @return collection A listing of user data stored through this system.
|
||||
*/
|
||||
public static function get_metadata(collection $collection) : collection {
|
||||
return $collection->add_external_location_link('Google Docs account', ['data' => 'privacy:metadata:data'],
|
||||
return $collection->add_external_location_link('docs.google.com', ['data' => 'privacy:metadata:data'],
|
||||
'privacy:metadata');
|
||||
}
|
||||
|
||||
|
||||
@@ -45,7 +45,7 @@ class provider implements
|
||||
* @return collection A listing of user data stored through this system.
|
||||
*/
|
||||
public static function get_metadata(collection $collection) : collection {
|
||||
return $collection->add_external_location_link('Mahara site', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
|
||||
return $collection->add_external_location_link('mahara', ['data' => 'privacy:metadata:data'], 'privacy:metadata');
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
@@ -45,7 +45,7 @@ class provider implements
|
||||
* @return collection A listing of user data stored through this system.
|
||||
*/
|
||||
public static function get_metadata(collection $collection) : collection {
|
||||
return $collection->add_external_location_link('Picasa photo storage', ['data' => 'privacy:metadata:data'],
|
||||
return $collection->add_external_location_link('picasa.google.com', ['data' => 'privacy:metadata:data'],
|
||||
'privacy:metadata');
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user