Carl Hicks

Results 76 comments of Carl Hicks

Can you give me some code to reproduce this issue?

Whoa... This is a SugarCRM bug. I can confirm this because if you enable debugging on the connection and call save! on the record, you don't see any values passed...

Sugar likes to invalidate your session any time it chokes on data passed via REST. The only thing that looks like it _might_ be causing a problem is the colon...

Which edition and version of sugar?

If you enable debugging, `SugarCRM.connection.debug = true` you should see the user_hash get passed in the JSON request. My hunch is that Sugar is simply ignoring that value.

Hrm, thanks for that! let me ask one of our architects @ sugar and see what's up.