This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 74
Allows tokens & wallets to be disabled #443
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ghost
assigned T-Dnzt
Aug 30, 2018
ghost
added
the
s2/wip 🚧
label
Aug 30, 2018
unnawut
approved these changes
Sep 3, 2018
@@ -591,4 +594,62 @@ defmodule AdminAPI.V1.AdminAuth.WalletControllerTest do | |||
assert length == 3 | |||
end | |||
end | |||
|
|||
describe "/wallet.disable" do |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
/wallet.enable_or_disable
Notes for future reference: This enable/disable switches are under their own endpoints and not part of i.e. |
T-Dnzt
force-pushed
the
434-allows-tokens-wallets-disabled
branch
from
September 3, 2018 10:32
c869f36
to
4a4991f
Compare
ghost
added
the
s2/wip 🚧
label
Sep 3, 2018
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Issue/Task Number: 434
closes #434
Overview
Since we can't delete tokens and wallets, we need to have the next best thing: an
enabled
property! Once disabled (enabled = false
), a token/wallet will still be shown, but will not be usable for anything, unless it is re-enabled later.Changes
enabled
to tokensenabled
to wallets/token.enable_or_disable
and/wallet.enable_or_disable