Dashboard "Request Body" default value bug with multiple update verbs (post, put, patch)

14 views
Skip to first unread message

Tim Vanderlois

unread,
Feb 19, 2015, 9:26:04 AM2/19/15
to taffy...@googlegroups.com
Just (2/18/2015) downloaded the latest... and appreciate the basic auth inputs in the dashboard; however the password input could have a "password" type to not show actual characters.

Also noticed a bug where the dashboard "Request Body" is blank for endpoints with multiple update verbs (put, post, patch). Did a little investigating and found a fix in line 343 of recource.cfm

taffy.resources['#local.resourceHTTPID#'] = taffy.resources['#local.currentResource.beanName#'] || {};

should be (I think as it does fix the issue, but didn't do further testing) 

taffy.resources['#local.resourceHTTPID#'] = taffy.resources['#local.resourceHTTPID#'] || {};

Adam Tuttle

unread,
Feb 19, 2015, 9:35:08 AM2/19/15
to taffy...@googlegroups.com
Please file these as separate bugs. :)

Adam

--
You received this message because you are subscribed to the Google Groups "Taffy Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to taffy-users...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply all
Reply to author
Forward
0 new messages