[
https://issues.apache.org/jira/browse/OFBIZ-6670?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17457961#comment-17457961
]
ASF subversion and git services commented on OFBIZ-6670:
--------------------------------------------------------
Commit 7b492abd8982a2b60e5f8adc8d0e88a4dce62082 in ofbiz-framework's branch
refs/heads/trunk from Pierre Smits
[ https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=7b492ab ]
Improved: Have configuration options for Content (OFBIZ-6670) (#398)
Improved: Have configuration options for Content (OFBIZ-6670)
The configuration of an OFBiz is determined by 2 aspects:
configuration settings required to successfully start the implementation
configuration settings required to have component functions work properly
The latter involve default choices for various functions to cater to the
usability of business processes (and therefore screen/forms and/or
screens/templates.
Several of these configuration settings are already loaded into the
SystemProperty table in the underlying RDBMS, to enable adjustments of the
systemPropertyValue while the implementation is in use. While it is not
expected that these settings change often, it is possible that they are
required to be changed during the lifespan of the company/organisation.
However, it should not be required to go through a deployment process of
regarding such changed configuration settings in the OFBiz production instance
(which most - if not all - companies/organisations require when files are
changes).
Having all configuration settings of components in the SystemProperty table
enhances the usability of OFBiz allowing system administrators to adjust the
value(s) of system property records while the instance keeps running.
added: SystemProperty records in ContentSystemPropertyData.xml
Modified:
ofbiz-component.xml: reference of ContentSystemPropertyData.xml to load at seed
loading moment
added: missing SystemProperty records in ContentSystemPropertyData.xml
Thanks to Jacques for the review
> Have configuration options for Content.
> ---------------------------------------
>
> Key: OFBIZ-6670
> URL: https://issues.apache.org/jira/browse/OFBIZ-6670
> Project: OFBiz
> Issue Type: Sub-task
> Components: content
> Affects Versions: Trunk
> Reporter: Pierre Smits
> Priority: Major
>
> The configuration of an OFBiz is determined by 2 aspects:
> # configuration settings required to successfully start the implementation
> # configuration settings required to have component functions work properly
> The latter involve default choices for various functions to cater to the
> usability of business processes (and therefore screen/forms and/or
> screens/templates.
> Several of these configuration settings are already loaded into the
> SystemProperty table in the underlying RDBMS, to enable adjustments of the
> systemPropertyValue while the implementation is in use. While it is not
> expected that these settings change often, it is possible that they are
> required to be changed during the lifespan of the company/organisation.
> However, it should not be required to go through a deployment process of
> regarding such changed configuration settings in the OFBiz production
> instance (which most - if not all - companies/organisations require when
> files are changes).
> Having all configuration settings of components in the SystemProperty table
> enhances the usability of OFBiz allowing system administrators to adjust the
> value(s) of system property records while the instance keeps running.
--
This message was sent by Atlassian Jira
(v8.20.1#820001)