-
Notifications
You must be signed in to change notification settings - Fork 27
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
programactions.cgi not working as expected after bugfix #80 #84
Comments
Well. it was only fix in the repo yet and not yet released, thus is not part of XML-API v2.2. |
Yes, for sure. But i don´t want to wait for 2.4 until it´s finally working.
active is now a string. Even the string value "false" will be casted to (bool)true Thanks a lot! |
So what is the outcome now of this issue ticket here? Does the new |
@smezger123 |
Hi @jens-maus |
I think the change is intended yes. The point is that active is a string variable (have to be) but the |
Sorry, of course! My mistake |
Thank you for fixing programactions.cgi in issue #80
But it´s still not working as expected. Even if you pass active=false in the URL, the program will be set to active=true (and same on setting visible)
http://192.168.1.xx/addons/xmlapi/programlist.cgi?sid=xxxxxx&program_id=6746&active=false&visible=false
The text was updated successfully, but these errors were encountered: