refactor(core): rename refreshDynamicEmbeddedViews to refreshEmbeddedViews (#37117)
Dynamic embedded views were conceptually different from inline embedded views, but we have since removed the inline embedded views so we now only have "embedded views". See related refactoring work to remove inline embedded views in #34715 and #37073. PR Close #37117
This commit is contained in:

committed by
Kara Erickson

parent
ea971f7098
commit
aaa89bb715
@ -558,7 +558,7 @@
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
{
|
||||
"name": "refreshDynamicEmbeddedViews"
|
||||
"name": "refreshEmbeddedViews"
|
||||
},
|
||||
{
|
||||
"name": "refreshView"
|
||||
|
@ -435,7 +435,7 @@
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
{
|
||||
"name": "refreshDynamicEmbeddedViews"
|
||||
"name": "refreshEmbeddedViews"
|
||||
},
|
||||
{
|
||||
"name": "refreshView"
|
||||
|
@ -1038,7 +1038,7 @@
|
||||
"name": "refreshContentQueries"
|
||||
},
|
||||
{
|
||||
"name": "refreshDynamicEmbeddedViews"
|
||||
"name": "refreshEmbeddedViews"
|
||||
},
|
||||
{
|
||||
"name": "refreshView"
|
||||
|
Reference in New Issue
Block a user