留言板

Liferay 6.2 GA1/GA2 adding template bug

thumbnail
Ouadia Gamrane,修改在10 年前。

Liferay 6.2 GA1/GA2 adding template bug

Junior Member 帖子: 35 加入日期: 14-1-16 最近的帖子
Hi, There is a major bug in liferay 6.2 GA1/GA2 version, why to reproduce it :

1- Choose French as default language
2- Try to add a template related to a structure from where ever you want

===>Nothing works !! you can't click anything !
thumbnail
James Falkner,修改在10 年前。

RE: Liferay 6.2 GA1/GA2 adding template bug

Liferay Legend 帖子: 1399 加入日期: 10-9-17 最近的帖子
Ouadia Gamrane:
Hi, There is a major bug in liferay 6.2 GA1/GA2 version, why to reproduce it :

1- Choose French as default language
2- Try to add a template related to a structure from where ever you want

===>Nothing works !! you can't click anything !


Hey Ouadia, apologies for you having to deal with this (it's a known issue). It's fixed in master and EE SP2, but missed the CE GA2 cutoff, so it's still in CE GA2.

It's a one-line fix that you can make on your CE GA2 release (edit liferay-portal-6.2-ce-ga2/tomcat-7.0.42/webapps/ROOT/html/portlet/dynamic_data_mapping/edit_template_display.jspf and change line 179 to read:
 noResultsNode = A.Node.create('<div class="alert">&lt;%= UnicodeLanguageUtil.get(pageContext, "there-are-no-results") %&gt;</div>');
.
thumbnail
Ouadia Gamrane,修改在10 年前。

RE: Liferay 6.2 GA1/GA2 adding template bug

Junior Member 帖子: 35 加入日期: 14-1-16 最近的帖子
Hey, thank you James its working fine now, hope it will be stable enough to get it in production. emoticon