mirror of
https://github.com/ansible/awx.git
synced 2024-10-31 15:21:13 +03:00
Removing GetChoices from notifications list init
This commit is contained in:
parent
25504c9191
commit
28c4a9faba
@ -14,8 +14,8 @@
|
|||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
|
|
||||||
export default ['Wait', 'GetBasePath', 'ProcessErrors', 'Rest', 'GetChoices',
|
export default ['Wait', 'GetBasePath', 'ProcessErrors', 'Rest',
|
||||||
function(Wait, GetBasePath, ProcessErrors, Rest, GetChoices) {
|
function(Wait, GetBasePath, ProcessErrors, Rest) {
|
||||||
return function(params) {
|
return function(params) {
|
||||||
var scope = params.scope,
|
var scope = params.scope,
|
||||||
url = params.url,
|
url = params.url,
|
||||||
|
Loading…
Reference in New Issue
Block a user