I am trying to remove the modules and tabs that our customer won't use. Is
there a simple way to do so? Eg. we don't need 'manufacturing' and 'content manager' modules. We want to go a step further and hide the sub tabs from each module as well. Any direction will be helpful. |
Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components you want to keep.
-Adrian --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote: From: Rajeev Gupta <[hidden email]> Subject: How to remove additional Modules? To: [hidden email] Date: Wednesday, June 18, 2008, 6:25 PM I am trying to remove the modules and tabs that our customer won't use. Is there a simple way to do so? Eg. we don't need 'manufacturing' and 'content manager' modules. We want to go a step further and hide the sub tabs from each module as well. Any direction will be helpful. |
Or like in ecommerce do not mount app on App bar.
<webapp name="ecommerce" title="eCommerce" server="default-server" location="webapp/ecommerce" mount-point="/ecommerce" app-bar-display="false"/> Regards Anil Patel On Jun 18, 2008, at 11:09 PM, Adrian Crum wrote: > Just comment out their entries in component-load.xml. Beware that > there are some dependencies, so you might break the components you > want to keep. > > -Adrian > > --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote: > From: Rajeev Gupta <[hidden email]> > Subject: How to remove additional Modules? > To: [hidden email] > Date: Wednesday, June 18, 2008, 6:25 PM > > I am trying to remove the modules and tabs that our customer won't > use. Is > there a simple way to do so? > > > > Eg. we don't need 'manufacturing' and 'content manager' > modules. We want to > go a step further and hide the sub tabs from each module as well. > > > > Any direction will be helpful. > > smime.p7s (3K) Download Attachment |
In reply to this post by Adrian Crum-2
in then ofbiz-component.xml for the component
add app-bar-display="true" to the WebApp this will remove the tab but let the application run. Adrian Crum sent the following on 6/18/2008 8:09 PM: > Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components you want to keep. > > -Adrian > > --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote: > From: Rajeev Gupta <[hidden email]> > Subject: How to remove additional Modules? > To: [hidden email] > Date: Wednesday, June 18, 2008, 6:25 PM > > I am trying to remove the modules and tabs that our customer won't use. Is > there a simple way to do so? > > > > Eg. we don't need 'manufacturing' and 'content manager' > modules. We want to > go a step further and hide the sub tabs from each module as well. > > > > Any direction will be helpful. > > > |
Correction:
app-bar-display="false" BJ Freeman sent the following on 6/19/2008 7:06 AM: > in then ofbiz-component.xml for the component > add > app-bar-display="true" > to the WebApp > this will remove the tab but let the application run. > > Adrian Crum sent the following on 6/18/2008 8:09 PM: >> Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components you want to keep. >> >> -Adrian >> >> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote: >> From: Rajeev Gupta <[hidden email]> >> Subject: How to remove additional Modules? >> To: [hidden email] >> Date: Wednesday, June 18, 2008, 6:25 PM >> >> I am trying to remove the modules and tabs that our customer won't use. Is >> there a simple way to do so? >> >> >> >> Eg. we don't need 'manufacturing' and 'content manager' >> modules. We want to >> go a step further and hide the sub tabs from each module as well. >> >> >> >> Any direction will be helpful. >> >> >> > > > > |
Administrator
|
In reply to this post by BJ Freeman
Here I guess BJ meaned app-bar-display="false" :o)
Jacques From: "BJ Freeman" <[hidden email]> > in then ofbiz-component.xml for the component > add > app-bar-display="true" > to the WebApp > this will remove the tab but let the application run. > > Adrian Crum sent the following on 6/18/2008 8:09 PM: >> Just comment out their entries in component-load.xml. Beware that there are some dependencies, so you might break the components >> you want to keep. >> >> -Adrian >> >> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote: >> From: Rajeev Gupta <[hidden email]> >> Subject: How to remove additional Modules? >> To: [hidden email] >> Date: Wednesday, June 18, 2008, 6:25 PM >> >> I am trying to remove the modules and tabs that our customer won't use. Is >> there a simple way to do so? >> >> >> >> Eg. we don't need 'manufacturing' and 'content manager' >> modules. We want to >> go a step further and hide the sub tabs from each module as well. >> >> >> >> Any direction will be helpful. >> >> >> > |
See its good to keep the app-bar-display false.
Because sometime it happens that you use the services present in the particular component. On the GUI level it won't be visible but its services can be used. -- Ashish On Thu, Jun 19, 2008 at 10:22 AM, Jacques Le Roux < [hidden email]> wrote: > Here I guess BJ meaned app-bar-display="false" :o) > > Jacques > > From: "BJ Freeman" <[hidden email]> > > in then ofbiz-component.xml for the component >> add >> app-bar-display="true" >> to the WebApp >> this will remove the tab but let the application run. >> >> Adrian Crum sent the following on 6/18/2008 8:09 PM: >> >>> Just comment out their entries in component-load.xml. Beware that there >>> are some dependencies, so you might break the components you want to keep. >>> >>> -Adrian >>> >>> --- On Wed, 6/18/08, Rajeev Gupta <[hidden email]> wrote: >>> From: Rajeev Gupta <[hidden email]> >>> Subject: How to remove additional Modules? >>> To: [hidden email] >>> Date: Wednesday, June 18, 2008, 6:25 PM >>> >>> I am trying to remove the modules and tabs that our customer won't use. >>> Is >>> there a simple way to do so? >>> >>> >>> >>> Eg. we don't need 'manufacturing' and 'content manager' >>> modules. We want to >>> go a step further and hide the sub tabs from each module as well. >>> >>> >>> >>> Any direction will be helpful. >>> >>> >>> >>> >> > |
Free forum by Nabble | Edit this page |