Comment 1 for bug 1501097

Revision history for this message
Eric K (ekcs) wrote :

The problem is that the method ExecutionDriver._execute_api(...) [in datasource_driver.py] doesn't check that an input action has been declared executable (and thus listed in ExecutionDriver.executable_methods). A solution is to change ExecutionDriver._execute_api(...) so that the check is performed.