grosser/kennel

widget[board_id] is not settable for screens

Closed this issue · 2 comments

@clarkbab

need to figure out if:

  • it is settable via the api at all
  • how to ignore it during diffing since we cannot read it

@grosser, looks like we can set board_id via the API... For example, I updated one of the widget's board_id value to 100000 in the zendesk_channels project, ran bundle exec rake kennel:update_datadog, and then fetched the screen using Postman. board_id was returned as 100000.

Seemed to work when I removed the actual[:widgets].each { |w| w.delete :board_id } line.
image