Merge branch 'feature/action_openpage_protocol' into 'develop'
ActionOpenPageProtocol See merge request BPHV_MIPS/mvm_core_ui!714
This commit is contained in:
commit
3e5ef463e8
@ -146,7 +146,7 @@ public extension FormValidator {
|
||||
|
||||
for actionItem in groupWatchers {
|
||||
if let buttonModel = actionItem as? ButtonModel,
|
||||
pageType == (buttonModel.action as? ActionOpenPageModel)?.pageType {
|
||||
pageType == (buttonModel.action as? ActionOpenPageProtocol)?.pageType {
|
||||
return buttonModel.groupName
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user