Improved docu.
This commit is contained in:
parent
c4b29aa2a7
commit
66ee4d2cc7
2 changed files with 28 additions and 28 deletions
|
@ -36,15 +36,15 @@ returns
|
||||||
|
|
||||||
result = [
|
result = [
|
||||||
{
|
{
|
||||||
:history_type => 'created',
|
:type => 'created',
|
||||||
:history_object => 'Organization',
|
:object => 'Organization',
|
||||||
:created_by_id => 3,
|
:created_by_id => 3,
|
||||||
:created_at => "2013-08-19 20:41:33",
|
:created_at => "2013-08-19 20:41:33",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:history_type => 'updated',
|
:type => 'updated',
|
||||||
:history_object => 'Organization',
|
:object => 'Organization',
|
||||||
:history_attribute => 'note',
|
:attribute => 'note',
|
||||||
:o_id => 1,
|
:o_id => 1,
|
||||||
:id_to => nil,
|
:id_to => nil,
|
||||||
:id_from => nil,
|
:id_from => nil,
|
||||||
|
|
|
@ -37,15 +37,15 @@ returns
|
||||||
|
|
||||||
result = [
|
result = [
|
||||||
{
|
{
|
||||||
:history_type => 'created',
|
:type => 'created',
|
||||||
:history_object => 'Ticket',
|
:object => 'Ticket',
|
||||||
:created_by_id => 3,
|
:created_by_id => 3,
|
||||||
:created_at => "2013-08-19 20:41:33",
|
:created_at => "2013-08-19 20:41:33",
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
:history_type => 'updated',
|
:type => 'updated',
|
||||||
:history_object => 'Ticket',
|
:object => 'Ticket',
|
||||||
:history_attribute => 'ticket_priority',
|
:attribute => 'ticket_priority',
|
||||||
:o_id => 1,
|
:o_id => 1,
|
||||||
:id_to => 3,
|
:id_to => 3,
|
||||||
:id_from => 2,
|
:id_from => 2,
|
||||||
|
|
Loading…
Reference in a new issue