You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This is my first issue report in github, please consider my humble report,
In sdk\app_template_csclient\csclient script code, delete function needs a variable called value in parameters:
def delete(self, base, query=''):
It should be like:
def delete(self, base, value='', query=''):
I think this issue can be found in other csclient files in other directories.
Regards,
Omar
The text was updated successfully, but these errors were encountered:
Hello,
This is my first issue report in github, please consider my humble report,
In sdk\app_template_csclient\csclient script code, delete function needs a variable called value in parameters:
It should be like:
I think this issue can be found in other csclient files in other directories.
Regards,
Omar
The text was updated successfully, but these errors were encountered: