Merge branch 'Crud' into WebGUI8
This commit is contained in:
commit
7dc51b6c2b
25 changed files with 1033 additions and 772 deletions
|
|
@ -72,8 +72,8 @@ sub execute {
|
|||
my @rules = ();
|
||||
my $getARule = WebGUI::PassiveAnalytics::Rule->getAllIterator($session);
|
||||
while (my $rule = $getARule->()) {
|
||||
my $regexp = $rule->get('regexp');
|
||||
push @rules, [ $rule->get('bucketName'), qr/$regexp/];
|
||||
my $regexp = $rule->regexp;
|
||||
push @rules, [ $rule->bucketName, qr/$regexp/];
|
||||
}
|
||||
|
||||
##Get the index stored from the last invocation of the Activity. If this is
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue