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

chore(refs T34290): **breaking** Always display Messages on api responses #686

Open
wants to merge 8 commits into
base: main
Choose a base branch
from

Conversation

salisdemos
Copy link
Contributor

@salisdemos salisdemos commented Dec 21, 2023

until now, this has to be handled by the parent system. But to not forget to use it, checkResponse should always be called.

When releasing this, make sure, that in demosplan-core all ocurences of checkResponse are removed.

salisdemos and others added 3 commits December 21, 2023 15:41
…nses

until now, this has to be handled by the parent system.
But to not forget to use it, checkResponse should always be called.
ok: response.ok,
status: response.status
}, options.messages || null)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Where does this "options" come from? Seems like it got removed in the signature of doRequest in a recent refactoring, and this was not updated accordingly.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants