默认情况下,创建组织时,只有名称字段被标记为必填。我如何通过将地址字段标记为必填来修改组织创建过程?
问问题
131 次
1 回答
1
参考 Liferay 用户指南(http://www.liferay.com/documentation/liferay-portal/6.1/user-guide/-/ai/configuring-liferay-s-properties),特别是http://www.liferay .com/documentation/liferay-portal/6.1/user-guide/-/ai/organizations,有一种方法可以将字段设置为必填项。
环境
organizations.country.enabled[regular-organization]=true
organizations.country.required[regular-organization]=true
将该字段标记为必填,即使 UI 中没有指示该字段为必填项。此外,检查是在服务器端执行的,而不是像其他字段那样使用 JavaScript。无论哪种方式,都会执行检查。
于 2013-02-12T17:46:40.677 回答