mirror of
https://github.com/ZwareBear/awx.git
synced 2026-05-16 07:48:38 -05:00
fix team, credential, and workflow copy regressions
This commit is contained in:
@@ -353,8 +353,8 @@ function has (method, keys) {
|
||||
return value !== undefined && value !== null;
|
||||
}
|
||||
|
||||
function extend (related, config = {}) {
|
||||
const req = this.parseRequestConfig('GET', config);
|
||||
function extend (method, related, config = {}) {
|
||||
const req = this.parseRequestConfig(method.toUpperCase(), config);
|
||||
|
||||
if (_.get(config, 'params.page_size')) {
|
||||
this.page.size = config.params.page_size;
|
||||
|
||||
Reference in New Issue
Block a user