mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-12-09 13:46:21 +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)
|
||||
.where('user_notifications.user_id': team.users)
|
||||
.map { |n| notification(n) },
|
||||
custom_fields: team.custom_fields,
|
||||
repositories: team.repositories.map { |r| repository(r) },
|
||||
tiny_mce_assets: team.tiny_mce_assets,
|
||||
protocols: team.protocols.where(my_module: nil).map do |pr|
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue