Skip to content

Commit

Permalink
Always use the app display name in selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
yazz committed Oct 25, 2023
1 parent 5117d63 commit efd727e
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/runtimePipelineYazzUiMethods.js
Original file line number Diff line number Diff line change
Expand Up @@ -2723,7 +2723,7 @@ ${innerMethodSrcCode}
objectListForSelector.push(
{
value: "" + indexObjectSelector,
app: mm.edited_app_component_id,
app: mm.edited_app_display_name,
form: null,
component: null
})
Expand Down Expand Up @@ -2786,7 +2786,7 @@ ${innerMethodSrcCode}
objectListForSelector.push(
{
value: "" + indexObjectSelector,
app: mm.edited_app_component_id,
app: mm.edited_app_display_name,
form: null,
component: null
})
Expand Down Expand Up @@ -2836,7 +2836,7 @@ ${innerMethodSrcCode}
methodListForSelector.push(
{
value: "" + indexActionSelector,
app: mm.edited_app_component_id,
app: mm.edited_app_display_name,
form: mm.active_form,
component: null,
action_id: prop.id,
Expand Down Expand Up @@ -4223,7 +4223,7 @@ ${code}
sdata.push(
{
value: "" + indexProp,
app: mm.edited_app_component_id,
app: mm.edited_app_display_name,
form: null,
component: null
})
Expand Down

0 comments on commit efd727e

Please sign in to comment.