9a758638ee
The `initScope` function is deprecated since ocata, so this patch replaces it into `initAction` if it needed, or removes it. Also, gets scope from second parameter of perform function. Futher more, removes deprecated `scope` parameter for `modal` function of wizard-modal-service. Change-Id: I8979b699a9b4383b894db9bdcbad80f15c1df150 Closes-Bug: #1640049
6 lines
187 B
YAML
6 lines
187 B
YAML
---
|
|
deprecations:
|
|
- Remove formerly deprecated initScope() function for
|
|
Angularized actions. Instead use initAction() and get
|
|
scope from second parameter of perform() function.
|