Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

4220 PrimeFaces 6.2 #4780

Merged
merged 8 commits into from
Jul 16, 2018
Merged

4220 PrimeFaces 6.2 #4780

merged 8 commits into from
Jul 16, 2018

Conversation

mheppler
Copy link
Contributor

Related Issues

Pull Request Checklist

@coveralls
Copy link

coveralls commented Jun 25, 2018

Coverage Status

Coverage remained the same at 15.491% when pulling 3ae8d1c on 4220-primefaces-6-2 into b2fe2e0 on develop.

Copy link
Member

@pdurbin pdurbin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

p:component is deprecated but still appears.

@@ -180,7 +181,7 @@
</ui:fragment>
</p:fragment>
<div class="button-block">
<p:commandButton class="btn btn-default" value="#{bundle.saveChanges}" update=":#{p:component('messagePanel')}, :themeWidgetsForm" action="#{themeWidgetFragment.save()}" oncomplete="bind_bsui_components();"/>
<p:commandButton class="btn btn-default" value="#{bundle.saveChanges}" update=":#{p:resolveClientId('messagePanel', view)}, :themeWidgetsForm" action="#{themeWidgetFragment.save()}" oncomplete="bind_bsui_components();"/>
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

https://github.com/primefaces/primefaces/wiki/Migration-Guide#others-1 says that p:component has been deprecated but as of 81d6837 I still see it below on line 253:


253:    <p:remoteCommand name="saveRedirectUrl" process="@this" update=":#{p:component('messagePanel')}, :themeWidgetsForm, @([id$=Messages])" actionListener="#{themeWidgetFragment.save()}"/>

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fixed.

@kcondon kcondon merged commit b73d4c4 into develop Jul 16, 2018
@kcondon kcondon deleted the 4220-primefaces-6-2 branch July 16, 2018 21:12
@pdurbin pdurbin added this to the 4.9.2 - Stata Upgrades, etc. milestone Jul 17, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants