mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-11 06:35:58 +08:00
Remove custom_field usage from app/services/team_exporter.rb
This commit is contained in:
parent
68e3fed14c
commit
b3eb80f7cf
1 changed files with 0 additions and 1 deletions
|
|
@ -51,7 +51,6 @@ module ModelExporters
|
||||||
.includes(:user_notifications)
|
.includes(:user_notifications)
|
||||||
.where('user_notifications.user_id': team.users)
|
.where('user_notifications.user_id': team.users)
|
||||||
.map { |n| notification(n) },
|
.map { |n| notification(n) },
|
||||||
custom_fields: team.custom_fields,
|
|
||||||
repositories: team.repositories.map { |r| repository(r) },
|
repositories: team.repositories.map { |r| repository(r) },
|
||||||
tiny_mce_assets: team.tiny_mce_assets,
|
tiny_mce_assets: team.tiny_mce_assets,
|
||||||
protocols: team.protocols.where(my_module: nil).map do |pr|
|
protocols: team.protocols.where(my_module: nil).map do |pr|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue