marcelmika / lims-muc

Messenger for Liferay
http://lims.io
Other
0 stars 0 forks source link

Error in ajax when context path is changed #366

Closed marcelmika closed 8 years ago

marcelmika commented 8 years ago

Only appears in 6.2 CE GA4

marcelmika commented 8 years ago

Problem was caused by an usage of deprecated Liferay.PortletURL.createResourceURL() method: https://www.liferay.com/hu/documentation/liferay-portal/6.2/development/-/ai/creating-portlet-urls-in-javascript-liferay-portal-6-2-dev-guide-07-en

Fixed by rewriting to: http://www.opensource-techblog.com/2015/07/aui-ajax-in-liferay-portlet.html