在/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=

相关文章:

  • 2021-09-16
  • 2021-11-05
  • 2021-09-09
  • 2021-06-19
  • 2021-06-06
  • 2021-08-29
  • 2022-03-02
猜你喜欢
  • 2021-09-25
  • 2021-09-16
  • 2022-01-15
  • 2021-09-04
  • 2021-10-07
相关资源
相似解决方案