mirror of
https://github.com/wanderer-industries/wanderer
synced 2026-08-29 01:06:41 +00:00
Merge pull request #474 from guarzo/guarzo/devfix
fix: update broken links and remove verbose logging
This commit is contained in:
@@ -20,8 +20,7 @@ defmodule WandererApp.Api.Map do
|
||||
includes([
|
||||
:owner,
|
||||
:characters,
|
||||
:acls,
|
||||
:transactions
|
||||
:acls
|
||||
])
|
||||
|
||||
# Enable filtering and sorting
|
||||
@@ -342,7 +341,7 @@ defmodule WandererApp.Api.Map do
|
||||
end
|
||||
|
||||
has_many :transactions, WandererApp.Api.MapTransaction do
|
||||
public? true
|
||||
public? false
|
||||
end
|
||||
end
|
||||
end
|
||||
|
||||
@@ -28,8 +28,12 @@ defmodule WandererApp.Api.MapSystemSignature do
|
||||
end
|
||||
|
||||
code_interface do
|
||||
define(:create, action: :create)
|
||||
define(:all_active, action: :all_active)
|
||||
define(:create, action: :create)
|
||||
define(:update, action: :update)
|
||||
define(:update_linked_system, action: :update_linked_system)
|
||||
define(:update_type, action: :update_type)
|
||||
define(:update_group, action: :update_group)
|
||||
|
||||
define(:by_id,
|
||||
get_by: [:id],
|
||||
|
||||
Reference in New Issue
Block a user