[#42204] added cached representer to failing representer specs

implementation/42204-add-file-links-collection-to-work-package-resource
Eric Schubert 3 years ago
parent 8d928b876c
commit a55a9b8184
No known key found for this signature in database
GPG Key ID: 1D346C019BD4BAA2
  1. 1
      lib/api/v3/queries/query_payload_representer.rb
  2. 1
      lib/api/v3/relations/relation_representer.rb

@ -30,6 +30,7 @@ module API
module V3
module Queries
class QueryPayloadRepresenter < QueryRepresenter
include ::API::Caching::CachedRepresenter
include ::API::Utilities::PayloadRepresenter
def filters

@ -30,6 +30,7 @@ module API
module V3
module Relations
class RelationRepresenter < ::API::Decorators::Single
include API::Caching::CachedRepresenter
include API::Decorators::LinkedResource
link :self do

Loading…
Cancel
Save