Merge pull request #7641 from opf/fix/add_type_attribute_group_attributes_to_cache

add type attribute group attributes to cache key


[ci skip]
pull/7642/head
Oliver Günther 5 years ago committed by GitHub
commit e60ee1c3d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      lib/api/v3/work_packages/schema/work_package_schema_representer.rb

@ -304,6 +304,7 @@ module API
def form_config_attribute_representation(group)
cache_keys = ['wp_schema_attribute_group',
group.key,
group.attributes,
I18n.locale,
represented.project,
represented.type,

Loading…
Cancel
Save