You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@ofbiz.apache.org by Daors <da...@gmail.com> on 2020/11/20 13:28:47 UTC

Cannot hide a component at main applications tab

Hello OFBiz Community! 

Hope you're all doing good. As I stated in the subject title the attribute inside the webapp tag is not working for me, I want to hide the Content component from the main tab bar and so I went to the Content ofbiz-component.xml and added the attribute

app-bar-display="false"

I restarted OFBiz but the Content menu is still shown at the top bar, I also tried changing the title, the title is not being changed also. I thought that the component is not being loaded but I checked the logs and it says that it is being loaded, has anyone ever had this kind of problem? Is there any other way of hiding a component more precisely Content component?

Thank you for your time,
Best regards
Daors

Re: Cannot hide a component at main applications tab

Posted by Deepak Dixit <de...@hotwax.co>.
HI Daors,

Please check overridden webapp entry for component, if you are using OOTB
(Framework + Plugins), you will find duplicate "content" webapp entry at
following location as well:
https://github.com/apache/ofbiz-plugins/blob/trunk/lucene/ofbiz-component.xml

You can check logs as well for overridden component


Kind Regards,
Deepak Dixit
DIRECTOR OF PRODUCT ENGINEERING
mobile: +91 9826754548
email: deepak.dixit@hotwax.co
*www.hotwax.co <http://www.hotwax.co/>*


On Fri, Nov 20, 2020 at 6:58 PM Daors <da...@gmail.com> wrote:

> Hello OFBiz Community!
>
> Hope you're all doing good. As I stated in the subject title the attribute
> inside the webapp tag is not working for me, I want to hide the Content
> component from the main tab bar and so I went to the Content
> ofbiz-component.xml and added the attribute
>
> app-bar-display="false"
>
> I restarted OFBiz but the Content menu is still shown at the top bar, I
> also tried changing the title, the title is not being changed also. I
> thought that the component is not being loaded but I checked the logs and
> it says that it is being loaded, has anyone ever had this kind of problem?
> Is there any other way of hiding a component more precisely Content
> component?
>
> Thank you for your time,
> Best regards
> Daors
>