When an operation path has an underscore, the ui replaces the underscore with a space, so the id of the li to click on , and it's content have basically two ids like this:
id=system_deleteApp%20Group_delete_14_content
To get around this and make the UI work, I changed form the basic ID selector "#" to this:
$('[id='+dom_id+']') //changed in other places using the # selector as well.
Still seeing the error below when i expand an operation , and then refresh the page though:
When an operation path has an underscore, the ui replaces the underscore with a space, so the id of the li to click on , and it's content have basically two ids like this:
id=system_deleteApp%20Group_delete_14_content
To get around this and make the UI work, I changed form the basic ID selector "#" to this:
Still seeing the error below when i expand an operation , and then refresh the page though:
Error: Syntax error, unrecognized expression: [id=system_deleteApp%20Group_delete_14_content] https://dsp-stack.cloud.dreamfactory.com/app/swagger/lib/jquery-1.8.0.min.js Line 2
You can see it working here: https://dsp-stack.cloud.dreamfactory.com/