Commit 98a88111 authored by Frank Bergmann's avatar Frank Bergmann

- REST valid_vars:

  Excluding rule_engine_old_value from being returned,
  because the content can be very long
parent e6f6e365
......@@ -412,7 +412,7 @@ ad_proc -public im_rest_object_type_columns {
where object_type in ('[join $super_types "', '"]')
)) and
-- avoid returning 'format' because format=json is part of every query
lower(utc.column_name) not in ('format')
lower(utc.column_name) not in ('format', 'rule_engine_old_value')
"
set columns [list]
......
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