Skip Menu |

This queue is for tickets about the RT-Client-REST CPAN distribution.

Report information
The Basics
Id: 83856
Status: resolved
Priority: 0/
Queue: RT-Client-REST

People
Owner: DMITRI [...] cpan.org
Requestors: RSN [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.4
Fixed in: 0.49



Subject: Doesn't handle Custom Fields with a '#' in the name
Attached is a partial patch fixing some of this. With my patch, you can correctly retrieve the values of the custom fields, but it is still not possible to store them, so I have given up and renamed my custom field. Thought I'd share the work I started on, though. Thanks!
Subject: patch
Download patch
application/octet-stream 996b

Message body not shown because it is not plain text.

On Sat Mar 09 16:40:56 2013, RSN wrote: Show quoted text
> Attached is a partial patch fixing some of this. > > With my patch, you can correctly retrieve the values of the custom > fields, but it is still not possible to store them, so I have given up > and renamed my custom field. Thought I'd share the work I started on, > though. > > Thanks!
I applied your patch: https://github.com/dtikhonov/RT-Client-REST/commit/f533219f815764209510d975ed86e07bdb6f7718 This change should make it into 0.49 -- thank you, Ryan! With 0.48, storing of custom fields with '#' in their name works correctly. I am not sure why it did not work for you before.
Fixed in 0.49. Resolving.