码迷,mamicode.com
首页 > 其他好文 > 详细

Liferay 6.2 改造系列之十四:修改组织的表单内容

时间:2016-08-19 19:11:16      阅读:167      评论:0      收藏:0      [点我收藏+]

标签:

在/portal-master/portal-impl/src/portal.properties文件中,有如下配置:

#
# Input a list of sections that will be included as part of the organization
# form when adding an organization.
#
organizations.form.add.main=details,organization-site
organizations.form.add.identification=
organizations.form.add.miscellaneous=
#
# Input a list of sections that will be included as part of the organization
# form when updating an organization.
#
organizations.form.update.main=details,organization-site,categorization
organizations.form.update.identification=addresses,phone-numbers,additional-email-addresses,websites,services
organizations.form.update.miscellaneous=comments,reminder-queries,custom-fields

修改为:

#
# Input a list of sections that will be included as part of the organization
# form when adding an organization.
#
organizations.form.add.main=details,organization-site
organizations.form.add.identification=
organizations.form.add.miscellaneous=
#
# Input a list of sections that will be included as part of the organization
# form when updating an organization.
#
organizations.form.update.main=details,organization-site,categorization
organizations.form.update.identification=addresses,phone-numbers,additional-email-addresses,websites
organizations.form.update.miscellaneous=

  

 

Liferay 6.2 改造系列之十四:修改组织的表单内容

标签:

原文地址:http://www.cnblogs.com/luoruiyuan/p/5788587.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!