What is the best way to report a (very annoying) bug I found?
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-18-2019 04:12 PM
I'm using a test instance of London to check out creating scoped applications. I have created a basic scripted rest service and I have some gs.info calls for logging. I discovered that if you log the request data in the manner below with gs.info that it deletes it and subsequent operations don't work:
//any calls accessing properties after this call will return undefined
gs.info(request.body.dataString);
var data = request.body.data;
gr.setValue('caller_id',data.company);
It took me quite a while to figure out that simply removing the logging fixed it and I would like to file a bug to get it fixed. What is the best way to do that?
Labels:
- Labels:
-
Scoped App Development