Skip Menu |

This queue is for tickets about the Net-SugarCRM CPAN distribution.

Report information
The Basics
Id: 126971
Status: new
Priority: 0/
Queue: Net-SugarCRM

People
Owner: Nobody in particular
Requestors: wsmith [...] aecopacific.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug found
Date: Tue, 28 Aug 2018 14:05:58 +0700
To: bug-Net-SugarCRM [...] rt.cpan.org
From: Wane Smith <wsmith [...] aecopacific.com>
# you are double json encoding which caused us issues. # when we remove the first encoding here it worked #$rest_data{'name_value_list'} = encode_json($attributes); # to this. $rest_data{'name_value_list'} = $attributes;  $rest_data{'track_view'} = 'false'; my $rest_data_json = encode_json(\%rest_data);