Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Views WebServices to enable list of fields in View::view_fields #1

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Aug 4, 2014

  1. Add Views WebServices to enable list of fields in View::view_fields

    The motivation is "To get list's items with field's values"
    a) we need to get list of fields from View
       1) we need to know View::name for Views in List
       2) we need to list View::view_fields for List and View
    b) we need to use View::view_fields in scli.get_list_items( ..., :view_fields => ...)
       !!! without use camel_case notation in Viewpoint::SPWS::Websvc::Lists::get_list_items !!!
    marek-veber committed Aug 4, 2014
    Configuration menu
    Copy the full SHA
    8d81f51 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d1f2062 View commit details
    Browse the repository at this point in the history