Justin Lang

Results 3 comments of Justin Lang

Not sure if this is actually supported by the gem: ``` ticket.tags.safe_update = true ticket.tags.updated_stamp = DateTime.now.utc.iso8601(0) ``` But I can confirm doing this doesn't affect the behaviour I'm seeing.

Verified that this is an issue with the gem. Used the REST API directly and did PUTs to `/api/v2/tickets/{id}.json` and `/api/v2/tickets/{id}/tags.json` with `safe_update` and `updated_stamp` in the request body. In...

I have the same problem - found this: https://github.com/doorkeeper-gem/doorkeeper/issues/834 Looks like the same issue in another project. Not sure if the same resolution will apply here. rails 5.2.3, sprockets 4.0.0,...