Web part location strictly on the right?

LabKey Support Forum (Inactive)
Web part location strictly on the right? Leo Dashevskiy  2013-11-13 18:39
Status: Closed
 
Hello!

I need for a web part to only be allowed to be added to a dashboard on the right hand side, in the narrow version.

I followed the direction here:

https://www.labkey.org/wiki/home/Documentation/page.view?name=webPartConfig&_docid=wiki%3A908a88be-ab7e-102a-bed1-d104f9cd81b1


Here is my begin.webpart.xml file sitting in <module name>/resources/views/:

<webpart title='navTree' xmlns='http://labkey.org/data/xml/webpart'>
    <view name='begin'/>
    <locations>
        <location name='right'/>
    </locations>
</webpart>

But my module name then shows up both in the left drop-down 'add webpart' as well as the right one...

Thanks.
-Leo
 
 
Greg Taylor responded:  2013-12-16 16:39
Hi Leo,
I did a small investigation today and verified that using your source .xml file, navTree webpart entries appear in the left and right 'Add Web Part' menus as you report. Second, I ran a simple search through the source and did not find any other examples where someone has used a file based webpart that could be added strictly on the right. I have opened an issue to one of our developers at LabKey and will try to keep you posted regarding what we find.
Thanks for the feedback,
Greg
 
Leo Dashevskiy responded:  2014-04-24 12:53
Greg Taylor, could you, please, provide the link here to the issue you opened? That way I could check its status. Thanks.
 
Greg Taylor responded:  2014-04-24 13:39
Sure, below is the link to the developer issue:

https://www.labkey.org/issues/home/Developer/issues/details.view?issueId=19219

Greg
 
Leo Dashevskiy responded:  2014-09-22 15:10
Any news on this issue, guys?

Thanks.
-Leo
 
jeckels responded:  2014-09-24 09:42
Hi Leo,

I just took a quick look at this. I've got a fix locally, and will commit to the trunk soon so that it will be part of 14.3.

Thanks,
Josh
 
Leo Dashevskiy responded:  2014-09-24 13:00
Josh,

Would you, please, notify me via the issues tracker or here or directly via email, whichever way is more convenient, on the revision number, starting from which it will appear in the code.

Thanks
-Leo
 
adam responded:  2014-09-24 14:14
Leo,

I added you to the notify list for this issue. You should be notified of all future updates.

Adam
 
Leo Dashevskiy responded:  2014-12-12 09:21