Cannot hide a component at main applications tab

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Cannot hide a component at main applications tab

Daors Islami
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
Reply | Threaded
Open this post in threaded view
|

Re: Cannot hide a component at main applications tab

Deepak Dixit-4
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: [hidden email]
*www.hotwax.co <http://www.hotwax.co/>*


On Fri, Nov 20, 2020 at 6:58 PM Daors <[hidden email]> 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
>