Skip to content

Mandatory user filters support + utility functions#5

Open
koles wants to merge 2 commits intolkundrak:masterfrom
koles:master
Open

Mandatory user filters support + utility functions#5
koles wants to merge 2 commits intolkundrak:masterfrom
koles:master

Conversation

@koles
Copy link
Copy Markdown

@koles koles commented Jan 16, 2013

Mandatory user filters support + utility functions

Usage:

$gdc->login($login, $passwd) or die "Unable to authenticate\n";
my $resp = $gdc->assign_user_filter (
$project, $username, $label, @values);

Only "attribute IN (value1, value2, ...)" filters are supported.

koles added 2 commits January 15, 2013 19:17
Usage:

$gdc->login($login, $passwd) or die "Unable to authenticate\n";
my $resp = $gdc->assign_user_filter (
  $project, $username, $label, @values);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant