horizon/releasenotes/notes/remove-deprecated-init-scope-342153755181f0a4.yaml
Shu Muto 9a758638ee Remove deprecated scope handling
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
2017-11-01 14:51:50 +09:00

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.