We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Change the server response to something more meaningful so we can better handle ajax responses:
Yes, the error occurs if a empty string get respond. And if no lock was found no output get > produced. action=lockedRecord returns currently on lock: '{success=true, message=''}' unlock: '' better would be to use something like: lock: '{"lock":true}' unlock: '{"locked"=false}' error: '' with HTTP 5xx on server error or 4xx on client side error like resource not found Hint: Translation can be done on client This should be improved later. For a fast hack i will do an fix as workaround in checkIfRecordIsLocked method. 🤨
Yes, the error occurs if a empty string get respond. And if no lock was found no output get > produced.
action=lockedRecord returns currently on
action=lockedRecord
better would be to use something like:
Hint: Translation can be done on client
This should be improved later. For a fast hack i will do an fix as workaround in checkIfRecordIsLocked method. 🤨
checkIfRecordIsLocked
Originally posted by @Messj1 in #506 (comment)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Change the server response to something more meaningful so we can better handle ajax responses:
Originally posted by @Messj1 in #506 (comment)
The text was updated successfully, but these errors were encountered: