Commit 7b5c8e6f authored by Frank Bergmann's avatar Frank Bergmann

- REST Interface:

  added  object_id_one object_id_two as special valid SQL fields
parent 92f00a49
......@@ -696,7 +696,7 @@ ad_proc -public im_rest_valid_sql {
}
# Add rules for every variable saying that it's a var.
lappend variables member_id user_id group_id
lappend variables member_id user_id group_id object_id_one object_id_two
foreach var $variables {
lappend rules val
lappend rules $var
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment