Skip to content

Commit

Permalink
Missed one deprecated p:component on Theme + Widgets pg. [ref #4220]
Browse files Browse the repository at this point in the history
  • Loading branch information
mheppler committed Jun 25, 2018
1 parent 81d6837 commit 1b3a4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/webapp/themeAndWidgetsFragment.xhtml
Original file line number Diff line number Diff line change
Expand Up @@ -250,5 +250,5 @@
</ui:fragment>
</p:tab>
</p:tabView>
<p:remoteCommand name="saveRedirectUrl" process="@this" update=":#{p:component('messagePanel')}, :themeWidgetsForm, @([id$=Messages])" actionListener="#{themeWidgetFragment.save()}"/>
<p:remoteCommand name="saveRedirectUrl" process="@this" update=":#{p:resolveClientId('messagePanel', view)}, :themeWidgetsForm, @([id$=Messages])" actionListener="#{themeWidgetFragment.save()}"/>
</ui:composition>

0 comments on commit 1b3a4f2

Please sign in to comment.