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:
parent
3e44d62aac
commit
00d157dc3b
@ -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
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user