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
Hello,
It seems to be really interesting to use the webhooks and as it is module for ac 3 so do we have any chance to update it for ac 4.2
AC 4.2 is ended up with error You are trying to use a method that is not implemented - DataManager::getDefaultOrderBy()
Thanks
The text was updated successfully, but these errors were encountered:
seems to me that problem is coming from
function findByEventname($event) { if(empty($event)) { return null; } // if
$conditions = array(); $conditions[] = 'event = ' . DB::escape($event); $object = DataManager::find(array( 'conditions' => implode(' AND ', $conditions), 'one' => true ), TABLE_PREFIX . 'webhooks',
Sorry, something went wrong.
No branches or pull requests
Hello,
It seems to be really interesting to use the webhooks and as it is module for ac 3 so do we have any chance to update it for ac 4.2
AC 4.2 is ended up with error
You are trying to use a method that is not implemented - DataManager::getDefaultOrderBy()
Thanks
The text was updated successfully, but these errors were encountered: