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

Add isPublic flag to AddNoteToOrderInput #180

Closed
michaelbromley opened this issue Oct 9, 2019 · 0 comments
Closed

Add isPublic flag to AddNoteToOrderInput #180

michaelbromley opened this issue Oct 9, 2019 · 0 comments

Comments

@michaelbromley
Copy link
Member

Is your feature request related to a problem? Please describe.
The Order type has a history field which lists out all OrderHistoryEntry items. It is currently exposed in both the Shop and Admin APIs.

Notes added to the history may only be intended for other administrators. These should be marked as isPrivate: true, which is not currently possible.

Describe the solution you'd like
Add the isPrivate field to the AddNoteToOrderInput and also add a checkbox in the admin UI which defaults to private.

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

1 participant