1
0
mirror of https://github.com/LaCasemate/fab-manager.git synced 2025-02-19 13:54:25 +01:00

[bug] filename too long error on GET api/groups

This commit is contained in:
Sylvain 2017-07-26 10:15:41 +02:00
parent 3e44d62aac
commit 00d157dc3b
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,8 @@
## next release
- Fix a bug: on some linux hosts, a filename too long error is triggered when accessing the trainings API
- Fix a bug: on some linux hosts, a filename too long error is triggered when accessing the trainings API
- Fix a bug: on some linux hosts, a filename too long error is triggered when accessing the groups API
## v2.5.9 2017 July 13

View File

@ -1,3 +1 @@
json.cache! ['v1', @groups] do
json.partial! 'api/groups/group', collection: @groups, as: :group
end
json.partial! 'api/groups/group', collection: @groups, as: :group