Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing delete TaxRate, TaxCategory UI #262

Closed
3 tasks
AshotN opened this issue Feb 11, 2020 · 1 comment
Closed
3 tasks

Missing delete TaxRate, TaxCategory UI #262

AshotN opened this issue Feb 11, 2020 · 1 comment
Assignees

Comments

@AshotN
Copy link

AshotN commented Feb 11, 2020

Is your feature request related to a problem? Please describe.
There is currently no way in the Admin UI to remove

  • Tax Categories
  • Tax Rates
  • Payment Methods

Feel free to add something I missed

@michaelbromley
Copy link
Member

Payment methods work a little differently - they are automatically created/removed according to the paymentMethodHandlers config option, therefore there is no "create" or "delete" option in the UI.

TaxCategories and TaxRates should be deletable though. Care will have to be taken to preserve the integrity of related entities when deleting either of these though, i.e. attempting to delete a TaxCategory that is referenced in one or more TaxRates would raise an error.

@michaelbromley michaelbromley changed the title Missing delete UI Missing delete TaxRate, TaxCategory UI Feb 12, 2020
michaelbromley added a commit that referenced this issue Feb 12, 2020
michaelbromley added a commit that referenced this issue Feb 12, 2020
michaelbromley added a commit that referenced this issue Feb 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants