Customize contentRootId for showcontenttree screen
-------------------------------------------------- Key: OFBIZ-4215 URL: https://issues.apache.org/jira/browse/OFBIZ-4215 Project: OFBiz Issue Type: Improvement Components: specialpurpose/ecommerce Affects Versions: SVN trunk Environment: trunk 1081272 Reporter: Eric de Maulde Priority: Trivial Fix For: SVN trunk the content_categories.ftl file has a fixed contentRootId value. If we have to manage several web sites with the same screen and different contentRootId is impossible. So I believe it's better to deport upstream this value, in order to each webmaster can configure this value and uses the same screen -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
[ https://issues.apache.org/jira/browse/OFBIZ-4215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric de Maulde updated OFBIZ-4215: ---------------------------------- Attachment: CustomizeContentRootId.patch This patch deports upstream the contentRootId value to the main decorator. So it's easier to change contentRootId value for each web site. > Customize contentRootId for showcontenttree screen > -------------------------------------------------- > > Key: OFBIZ-4215 > URL: https://issues.apache.org/jira/browse/OFBIZ-4215 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: trunk 1081272 > Reporter: Eric de Maulde > Priority: Trivial > Fix For: SVN trunk > > Attachments: CustomizeContentRootId.patch > > > the content_categories.ftl file has a fixed contentRootId value. > If we have to manage several web sites with the same screen and different contentRootId is impossible. > So I believe it's better to deport upstream this value, in order to each webmaster can configure this value and uses the same screen -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric de Maulde updated OFBIZ-4215: ---------------------------------- Environment: trunk 1084574 (was: trunk 1081272) > Customize contentRootId for showcontenttree screen > -------------------------------------------------- > > Key: OFBIZ-4215 > URL: https://issues.apache.org/jira/browse/OFBIZ-4215 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: trunk 1084574 > Reporter: Eric de Maulde > Priority: Trivial > Fix For: SVN trunk > > Attachments: CustomizeContentRootId.patch > > > the content_categories.ftl file has a fixed contentRootId value. > If we have to manage several web sites with the same screen and different contentRootId is impossible. > So I believe it's better to deport upstream this value, in order to each webmaster can configure this value and uses the same screen -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4215?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Eric de Maulde updated OFBIZ-4215: ---------------------------------- Attachment: CustomizeContentRootId.patch This new patch allows to deport upstream the contentRootId value with the related web site configuration. So, this patch creates WebStore.properties file to configure contentRootId by web site. It's more flexible for each webmaster, in order to reuse content_categories.ftl, than configure this value in the main decorator. Too, this improvement makes flexible configuration of any values by web site. > Customize contentRootId for showcontenttree screen > -------------------------------------------------- > > Key: OFBIZ-4215 > URL: https://issues.apache.org/jira/browse/OFBIZ-4215 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: trunk 1084574 > Reporter: Eric de Maulde > Priority: Trivial > Fix For: SVN trunk > > Attachments: CustomizeContentRootId.patch, CustomizeContentRootId.patch > > > the content_categories.ftl file has a fixed contentRootId value. > If we have to manage several web sites with the same screen and different contentRootId is impossible. > So I believe it's better to deport upstream this value, in order to each webmaster can configure this value and uses the same screen -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
In reply to this post by Nicolas Malin (Jira)
[ https://issues.apache.org/jira/browse/OFBIZ-4215?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13011827#comment-13011827 ] Jacques Le Roux commented on OFBIZ-4215: ---------------------------------------- Hi Eric, Should we not handle it on others places then? LuceneTests AdminSearch.ftl <form name="AdminIndexAll" <screen name="CMSContentEdit"> <screen name="policies"> <screen name="searchContent"> > Customize contentRootId for showcontenttree screen > -------------------------------------------------- > > Key: OFBIZ-4215 > URL: https://issues.apache.org/jira/browse/OFBIZ-4215 > Project: OFBiz > Issue Type: Improvement > Components: specialpurpose/ecommerce > Affects Versions: SVN trunk > Environment: trunk 1084574 > Reporter: Eric de Maulde > Priority: Trivial > Fix For: SVN trunk > > Attachments: CustomizeContentRootId.patch, CustomizeContentRootId.patch > > > the content_categories.ftl file has a fixed contentRootId value. > If we have to manage several web sites with the same screen and different contentRootId is impossible. > So I believe it's better to deport upstream this value, in order to each webmaster can configure this value and uses the same screen -- This message is automatically generated by JIRA. For more information on JIRA, see: http://www.atlassian.com/software/jira |
Free forum by Nabble | Edit this page |