You are here

function services_views_update_7101 in Services Views 7

Limit view resource support to services type view displays for security.

File

./services_views.install, line 66
Install file for the Services Views module.

Code

function services_views_update_7101() {
  services_views_convert_white_list_to_clones();
  return "Please be sure to export the newly cloned view displays and service views whitelist settings via features if you use that workflow. Failure to do so will cause backward compatibility to fail.";
}